Html Css Color HEX #D63071 Cerise

📋 copy color: '#D63071'

red 214 ◦ green 48 ◦ blue 113

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

Shades of Cerise #D63071

Tints of Cerise #D63071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.8%

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

R = 57.07%
G = 12.8%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D63071 (or 0xD63071) is known color: Cerise. HEX triplet: D6, 30 and 71. RGB value is (214,48,113). Sum of RGB (Red+Green+Blue) = 214+48+113=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D63071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63071 is #29CF8E. Grayscale: #686868. Windows color (decimal): -2740111 or 7418070. OLE color: 7418070.

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

Color convert

RGB 214 48 113 -
CMYK 0 0.78 0.47 0.16
HSL 336.51º 0.67% 0.51% -
HSV(B) 336.51º 0.78% 0.84% -
XYZ 31.77 17.6 17.35 -
YUV 105.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 214 48 113 0 0.78 0.47 0.16 336.51 0.67 0.51
Hex D6 30 71 0 4E 2F 10 151 43 33
Octal 326 60 161 0 116 57 20 521 103 63
Binary 11010110 110000 1110001 0 1001110 101111 10000 101010001 1000011 110011

Color Harmonies of #D63071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63071

Black with #D63071

Text Example


Text Example

White with #D63071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63071; }

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

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

background-color css

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

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

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

border-color css

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

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

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