Html Css Color HEX #D0356D Cerise

📋 copy color: '#D0356D'

red 208 ◦ green 53 ◦ blue 109

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

Shades of Cerise #D0356D

Tints of Cerise #D0356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 56.22%
G = 14.32%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0356D (or 0xD0356D) is known color: Cerise. HEX triplet: D0, 35 and 6D. RGB value is (208,53,109). Sum of RGB (Red+Green+Blue) = 208+53+109=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0356D is #2FCA92. Grayscale: #696969. Windows color (decimal): -3132051 or 7157200. OLE color: 7157200.

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

Color convert

RGB 208 53 109 -
CMYK 0 0.75 0.48 0.18
HSL 338.32º 0.62% 0.51% -
HSV(B) 338.32º 0.75% 0.82% -
XYZ 30.05 17.06 16.18 -
YUV 105.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 208 53 109 0 0.75 0.48 0.18 338.32 0.62 0.51
Hex D0 35 6D 0 4B 30 12 152 3E 33
Octal 320 65 155 0 113 60 22 522 76 63
Binary 11010000 110101 1101101 0 1001011 110000 10010 101010010 111110 110011

Color Harmonies of #D0356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0356D

Black with #D0356D

Text Example


Text Example

White with #D0356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0356D; }

 p { color: rgb(208,53,109); }

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

background-color css

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

 a { background-color: rgb(208,53,109); }

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

border-color css

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

 span { border-color: rgb(208,53,109); }

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