Html Css Color HEX #D2316C Cerise

📋 copy color: '#D2316C'

red 210 ◦ green 49 ◦ blue 108

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

Shades of Cerise #D2316C

Tints of Cerise #D2316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 57.22%
G = 13.35%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2316C (or 0xD2316C) is known color: Cerise. HEX triplet: D2, 31 and 6C. RGB value is (210,49,108). Sum of RGB (Red+Green+Blue) = 210+49+108=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2316C is #2DCE93. Grayscale: #676767. Windows color (decimal): -3002004 or 7090642. OLE color: 7090642.

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

Color convert

RGB 210 49 108 -
CMYK 0 0.77 0.49 0.18
HSL 338.01º 0.64% 0.51% -
HSV(B) 338.01º 0.77% 0.82% -
XYZ 30.38 16.98 15.86 -
YUV 103.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 210 49 108 0 0.77 0.49 0.18 338.01 0.64 0.51
Hex D2 31 6C 0 4D 31 12 152 40 33
Octal 322 61 154 0 115 61 22 522 100 63
Binary 11010010 110001 1101100 0 1001101 110001 10010 101010010 1000000 110011

Color Harmonies of #D2316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2316C

Black with #D2316C

Text Example


Text Example

White with #D2316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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