Html Css Color HEX #D0316A Cerise

📋 copy color: '#D0316A'

red 208 ◦ green 49 ◦ blue 106

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

Shades of Cerise #D0316A

Tints of Cerise #D0316A

RGB

 RED value IS 208 (81.64% from 255) = 57.3%

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 57.3%
G = 13.5%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0316A (or 0xD0316A) is known color: Cerise. HEX triplet: D0, 31 and 6A. RGB value is (208,49,106). Sum of RGB (Red+Green+Blue) = 208+49+106=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0316A is #2FCE95. Grayscale: #666666. Windows color (decimal): -3133078 or 6959568. OLE color: 6959568.

HSL color Cylindrical-coordinate representation of color #D0316A: hue angle of 338.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0316A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 106 -
CMYK 0 0.76 0.49 0.18
HSL 338.49º 0.63% 0.5% -
HSV(B) 338.49º 0.76% 0.82% -
XYZ 29.71 16.65 15.28 -
YUV 103.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 208 49 106 0 0.76 0.49 0.18 338.49 0.63 0.5
Hex D0 31 6A 0 4C 31 12 152 3F 32
Octal 320 61 152 0 114 61 22 522 77 62
Binary 11010000 110001 1101010 0 1001100 110001 10010 101010010 111111 110010

Color Harmonies of #D0316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0316A

Black with #D0316A

Text Example


Text Example

White with #D0316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0316A; }

 p { color: rgb(208,49,106); }

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

background-color css

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

 a { background-color: rgb(208,49,106); }

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

border-color css

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

 span { border-color: rgb(208,49,106); }

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