Html Css Color HEX #D0355C Cerise

📋 copy color: '#D0355C'

red 208 ◦ green 53 ◦ blue 92

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

Shades of Cerise #D0355C

Tints of Cerise #D0355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 58.92%
G = 15.01%
B = 26.06%

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

#D0355C (or 0xD0355C) is known color: Cerise. HEX triplet: D0, 35 and 5C. RGB value is (208,53,92). Sum of RGB (Red+Green+Blue) = 208+53+92=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0355C is #2FCAA3. Grayscale: #676767. Windows color (decimal): -3132068 or 6043088. OLE color: 6043088.

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

Color convert

RGB 208 53 92 -
CMYK 0 0.75 0.56 0.18
HSL 344.9º 0.62% 0.51% -
HSV(B) 344.9º 0.75% 0.82% -
XYZ 29.22 16.73 11.81 -
YUV 103.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 208 53 92 0 0.75 0.56 0.18 344.9 0.62 0.51
Hex D0 35 5C 0 4B 38 12 159 3E 33
Octal 320 65 134 0 113 70 22 531 76 63
Binary 11010000 110101 1011100 0 1001011 111000 10010 101011001 111110 110011

Color Harmonies of #D0355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0355C

Black with #D0355C

Text Example


Text Example

White with #D0355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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