Html Css Color HEX #D63370 Cerise

📋 copy color: '#D63370'

red 214 ◦ green 51 ◦ blue 112

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

Shades of Cerise #D63370

Tints of Cerise #D63370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 56.76%
G = 13.53%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D63370 (or 0xD63370) is known color: Cerise. HEX triplet: D6, 33 and 70. RGB value is (214,51,112). Sum of RGB (Red+Green+Blue) = 214+51+112=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D63370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63370 is #29CC8F. Grayscale: #6A6A6A. Windows color (decimal): -2739344 or 7353302. OLE color: 7353302.

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

Color convert

RGB 214 51 112 -
CMYK 0 0.76 0.48 0.16
HSL 337.55º 0.67% 0.52% -
HSV(B) 337.55º 0.76% 0.84% -
XYZ 31.84 17.83 17.09 -
YUV 106.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 214 51 112 0 0.76 0.48 0.16 337.55 0.67 0.52
Hex D6 33 70 0 4C 30 10 152 43 34
Octal 326 63 160 0 114 60 20 522 103 64
Binary 11010110 110011 1110000 0 1001100 110000 10000 101010010 1000011 110100

Color Harmonies of #D63370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63370

Black with #D63370

Text Example


Text Example

White with #D63370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63370; }

 p { color: rgb(214,51,112); }

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

background-color css

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

 a { background-color: rgb(214,51,112); }

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

border-color css

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

 span { border-color: rgb(214,51,112); }

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