Html Css Color HEX #D2316E Cerise

📋 copy color: '#D2316E'

red 210 ◦ green 49 ◦ blue 110

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

Shades of Cerise #D2316E

Tints of Cerise #D2316E

RGB

 RED value IS 210 (82.42% from 255) = 56.91%

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 56.91%
G = 13.28%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2316E (or 0xD2316E) is known color: Cerise. HEX triplet: D2, 31 and 6E. RGB value is (210,49,110). Sum of RGB (Red+Green+Blue) = 210+49+110=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2316E is #2DCE91. Grayscale: #686868. Windows color (decimal): -3002002 or 7221714. OLE color: 7221714.

HSL color Cylindrical-coordinate representation of color #D2316E: hue angle of 337.27º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2316E is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 110 -
CMYK 0 0.77 0.48 0.18
HSL 337.27º 0.64% 0.51% -
HSV(B) 337.27º 0.77% 0.82% -
XYZ 30.49 17.02 16.43 -
YUV 104.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 210 49 110 0 0.77 0.48 0.18 337.27 0.64 0.51
Hex D2 31 6E 0 4D 30 12 151 40 33
Octal 322 61 156 0 115 60 22 521 100 63
Binary 11010010 110001 1101110 0 1001101 110000 10010 101010001 1000000 110011

Color Harmonies of #D2316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2316E

Black with #D2316E

Text Example


Text Example

White with #D2316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2316E; }

 p { color: rgb(210,49,110); }

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

background-color css

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

 a { background-color: rgb(210,49,110); }

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

border-color css

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

 span { border-color: rgb(210,49,110); }

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