Html Css Color HEX #D42665 Cerise

📋 copy color: '#D42665'

red 212 ◦ green 38 ◦ blue 101

#D42665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D42665

Tints of Cerise #D42665

RGB

 RED value IS 212 (83.2% from 255) = 60.4%

 GREEN value IS 38 (15.23% from 255) = 10.83%

 BLUE value IS 101 (39.84% from 255) = 28.77%

R = 60.4%
G = 10.83%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D42665 (or 0xD42665) is known color: Cerise. HEX triplet: D4, 26 and 65. RGB value is (212,38,101). Sum of RGB (Red+Green+Blue) = 212+38+101=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D42665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42665 is #2BD99A. Grayscale: #616161. Windows color (decimal): -2873755 or 6629076. OLE color: 6629076.

HSL color Cylindrical-coordinate representation of color #D42665: hue angle of 338.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42665 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 101 -
CMYK 0 0.82 0.52 0.17
HSL 338.28º 0.7% 0.49% -
HSV(B) 338.28º 0.82% 0.83% -
XYZ 30.19 16.32 13.87 -
YUV 97.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 212 38 101 0 0.82 0.52 0.17 338.28 0.7 0.49
Hex D4 26 65 0 52 34 11 152 46 31
Octal 324 46 145 0 122 64 21 522 106 61
Binary 11010100 100110 1100101 0 1010010 110100 10001 101010010 1000110 110001

Color Harmonies of #D42665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42665

Black with #D42665

Text Example


Text Example

White with #D42665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42665; }

 p { color: rgb(212,38,101); }

 H1.HeaderClassName
 {
   color: #D42665;
 }
 .AnyTagClassName
 {
   color: #D42665;
 }
</style>

background-color css

<style>
 a { background-color: #D42665; }

 a { background-color: rgb(212,38,101); }

 div.DivClassName
 {
   background-color: #D42665;
 }
 .BgClassName
 {
   background-color: #D42665;
 }
</style>

border-color css

<style>
 span { border-color: #D42665; }

 span { border-color: rgb(212,38,101); }

 td.TdClassName
 {
   border-color: #D42665;
 }
 .TagClassName
 {
   border-color: #D42665;
 }
</style>