Html Css Color HEX #D0355D Cerise

📋 copy color: '#D0355D'

red 208 ◦ green 53 ◦ blue 93

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

Shades of Cerise #D0355D

Tints of Cerise #D0355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 58.76%
G = 14.97%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0355D (or 0xD0355D) is known color: Cerise. HEX triplet: D0, 35 and 5D. RGB value is (208,53,93). Sum of RGB (Red+Green+Blue) = 208+53+93=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0355D is #2FCAA2. Grayscale: #676767. Windows color (decimal): -3132067 or 6108624. OLE color: 6108624.

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

Color convert

RGB 208 53 93 -
CMYK 0 0.75 0.55 0.18
HSL 344.52º 0.62% 0.51% -
HSV(B) 344.52º 0.75% 0.82% -
XYZ 29.26 16.75 12.05 -
YUV 103.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 208 53 93 0 0.75 0.55 0.18 344.52 0.62 0.51
Hex D0 35 5D 0 4B 37 12 159 3E 33
Octal 320 65 135 0 113 67 22 531 76 63
Binary 11010000 110101 1011101 0 1001011 110111 10010 101011001 111110 110011

Color Harmonies of #D0355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0355D

Black with #D0355D

Text Example


Text Example

White with #D0355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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