Html Css Color HEX #D0335A Cerise

📋 copy color: '#D0335A'

red 208 ◦ green 51 ◦ blue 90

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

Shades of Cerise #D0335A

Tints of Cerise #D0335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 59.6%
G = 14.61%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0335A (or 0xD0335A) is known color: Cerise. HEX triplet: D0, 33 and 5A. RGB value is (208,51,90). Sum of RGB (Red+Green+Blue) = 208+51+90=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0335A is #2FCCA5. Grayscale: #666666. Windows color (decimal): -3132582 or 5911504. OLE color: 5911504.

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

Color convert

RGB 208 51 90 -
CMYK 0 0.75 0.57 0.18
HSL 345.1º 0.63% 0.51% -
HSV(B) 345.1º 0.75% 0.82% -
XYZ 29.04 16.52 11.33 -
YUV 102.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 208 51 90 0 0.75 0.57 0.18 345.1 0.63 0.51
Hex D0 33 5A 0 4B 39 12 159 3F 33
Octal 320 63 132 0 113 71 22 531 77 63
Binary 11010000 110011 1011010 0 1001011 111001 10010 101011001 111111 110011

Color Harmonies of #D0335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0335A

Black with #D0335A

Text Example


Text Example

White with #D0335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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