Html Css Color HEX #D0355B Cerise

📋 copy color: '#D0355B'

red 208 ◦ green 53 ◦ blue 91

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

Shades of Cerise #D0355B

Tints of Cerise #D0355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 59.09%
G = 15.06%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0355B (or 0xD0355B) is known color: Cerise. HEX triplet: D0, 35 and 5B. RGB value is (208,53,91). Sum of RGB (Red+Green+Blue) = 208+53+91=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0355B is #2FCAA4. Grayscale: #676767. Windows color (decimal): -3132069 or 5977552. OLE color: 5977552.

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

Color convert

RGB 208 53 91 -
CMYK 0 0.75 0.56 0.18
HSL 345.29º 0.62% 0.51% -
HSV(B) 345.29º 0.75% 0.82% -
XYZ 29.17 16.71 11.59 -
YUV 103.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 208 53 91 0 0.75 0.56 0.18 345.29 0.62 0.51
Hex D0 35 5B 0 4B 38 12 159 3E 33
Octal 320 65 133 0 113 70 22 531 76 63
Binary 11010000 110101 1011011 0 1001011 111000 10010 101011001 111110 110011

Color Harmonies of #D0355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0355B

Black with #D0355B

Text Example


Text Example

White with #D0355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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