Html Css Color HEX #D0335C Cerise

📋 copy color: '#D0335C'

red 208 ◦ green 51 ◦ blue 92

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

Shades of Cerise #D0335C

Tints of Cerise #D0335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 59.26%
G = 14.53%
B = 26.21%

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

#D0335C (or 0xD0335C) is known color: Cerise. HEX triplet: D0, 33 and 5C. RGB value is (208,51,92). Sum of RGB (Red+Green+Blue) = 208+51+92=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0335C is #2FCCA3. Grayscale: #666666. Windows color (decimal): -3132580 or 6042576. OLE color: 6042576.

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

Color convert

RGB 208 51 92 -
CMYK 0 0.75 0.56 0.18
HSL 344.33º 0.63% 0.51% -
HSV(B) 344.33º 0.75% 0.82% -
XYZ 29.13 16.55 11.78 -
YUV 102.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 208 51 92 0 0.75 0.56 0.18 344.33 0.63 0.51
Hex D0 33 5C 0 4B 38 12 158 3F 33
Octal 320 63 134 0 113 70 22 530 77 63
Binary 11010000 110011 1011100 0 1001011 111000 10010 101011000 111111 110011

Color Harmonies of #D0335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0335C

Black with #D0335C

Text Example


Text Example

White with #D0335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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