Html Css Color HEX #D62971 Cerise

📋 copy color: '#D62971'

red 214 ◦ green 41 ◦ blue 113

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

Shades of Cerise #D62971

Tints of Cerise #D62971

RGB

 RED value IS 214 (83.98% from 255) = 58.15%

 GREEN value IS 41 (16.41% from 255) = 11.14%

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

R = 58.15%
G = 11.14%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D62971 (or 0xD62971) is known color: Cerise. HEX triplet: D6, 29 and 71. RGB value is (214,41,113). Sum of RGB (Red+Green+Blue) = 214+41+113=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D62971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62971 is #29D68E. Grayscale: #646464. Windows color (decimal): -2741903 or 7416278. OLE color: 7416278.

HSL color Cylindrical-coordinate representation of color #D62971: hue angle of 335.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62971 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 113 -
CMYK 0 0.81 0.47 0.16
HSL 335.03º 0.68% 0.5% -
HSV(B) 335.03º 0.81% 0.84% -
XYZ 31.51 17.07 17.26 -
YUV 100.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 214 41 113 0 0.81 0.47 0.16 335.03 0.68 0.5
Hex D6 29 71 0 51 2F 10 14F 44 32
Octal 326 51 161 0 121 57 20 517 104 62
Binary 11010110 101001 1110001 0 1010001 101111 10000 101001111 1000100 110010

Color Harmonies of #D62971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62971

Black with #D62971

Text Example


Text Example

White with #D62971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62971; }

 p { color: rgb(214,41,113); }

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

background-color css

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

 a { background-color: rgb(214,41,113); }

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

border-color css

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

 span { border-color: rgb(214,41,113); }

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