Html Css Color HEX #D0355F Cerise

📋 copy color: '#D0355F'

red 208 ◦ green 53 ◦ blue 95

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

Shades of Cerise #D0355F

Tints of Cerise #D0355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 58.43%
G = 14.89%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0355F (or 0xD0355F) is known color: Cerise. HEX triplet: D0, 35 and 5F. RGB value is (208,53,95). Sum of RGB (Red+Green+Blue) = 208+53+95=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0355F is #2FCAA0. Grayscale: #686868. Windows color (decimal): -3132065 or 6239696. OLE color: 6239696.

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

Color convert

RGB 208 53 95 -
CMYK 0 0.75 0.54 0.18
HSL 343.74º 0.62% 0.51% -
HSV(B) 343.74º 0.75% 0.82% -
XYZ 29.35 16.78 12.52 -
YUV 104.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 208 53 95 0 0.75 0.54 0.18 343.74 0.62 0.51
Hex D0 35 5F 0 4B 36 12 158 3E 33
Octal 320 65 137 0 113 66 22 530 76 63
Binary 11010000 110101 1011111 0 1001011 110110 10010 101011000 111110 110011

Color Harmonies of #D0355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0355F

Black with #D0355F

Text Example


Text Example

White with #D0355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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