Html Css Color HEX #D42671 Cerise

📋 copy color: '#D42671'

red 212 ◦ green 38 ◦ blue 113

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

Shades of Cerise #D42671

Tints of Cerise #D42671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 58.4%
G = 10.47%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D42671 (or 0xD42671) is known color: Cerise. HEX triplet: D4, 26 and 71. RGB value is (212,38,113). Sum of RGB (Red+Green+Blue) = 212+38+113=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D42671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42671 is #2BD98E. Grayscale: #626262. Windows color (decimal): -2873743 or 7415508. OLE color: 7415508.

HSL color Cylindrical-coordinate representation of color #D42671: hue angle of 334.14º 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 #D42671 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 113 -
CMYK 0 0.82 0.47 0.17
HSL 334.14º 0.7% 0.49% -
HSV(B) 334.14º 0.82% 0.83% -
XYZ 30.83 16.58 17.2 -
YUV 98.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 212 38 113 0 0.82 0.47 0.17 334.14 0.7 0.49
Hex D4 26 71 0 52 2F 11 14E 46 31
Octal 324 46 161 0 122 57 21 516 106 61
Binary 11010100 100110 1110001 0 1010010 101111 10001 101001110 1000110 110001

Color Harmonies of #D42671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42671

Black with #D42671

Text Example


Text Example

White with #D42671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42671; }

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

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

background-color css

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

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

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

border-color css

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

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

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