Html Css Color HEX #D2316F Cerise

📋 copy color: '#D2316F'

red 210 ◦ green 49 ◦ blue 111

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

Shades of Cerise #D2316F

Tints of Cerise #D2316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 56.76%
G = 13.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2316F (or 0xD2316F) is known color: Cerise. HEX triplet: D2, 31 and 6F. RGB value is (210,49,111). Sum of RGB (Red+Green+Blue) = 210+49+111=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2316F is #2DCE90. Grayscale: #686868. Windows color (decimal): -3002001 or 7287250. OLE color: 7287250.

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

Color convert

RGB 210 49 111 -
CMYK 0 0.77 0.47 0.18
HSL 336.89º 0.64% 0.51% -
HSV(B) 336.89º 0.77% 0.82% -
XYZ 30.55 17.05 16.72 -
YUV 104.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 210 49 111 0 0.77 0.47 0.18 336.89 0.64 0.51
Hex D2 31 6F 0 4D 2F 12 151 40 33
Octal 322 61 157 0 115 57 22 521 100 63
Binary 11010010 110001 1101111 0 1001101 101111 10010 101010001 1000000 110011

Color Harmonies of #D2316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2316F

Black with #D2316F

Text Example


Text Example

White with #D2316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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