Html Css Color HEX #D0359A Deep Cerise

📋 copy color: '#D0359A'

red 208 ◦ green 53 ◦ blue 154

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

Shades of Deep Cerise #D0359A

Tints of Deep Cerise #D0359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 50.12%
G = 12.77%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0359A (or 0xD0359A) is known color: Deep Cerise. HEX triplet: D0, 35 and 9A. RGB value is (208,53,154). Sum of RGB (Red+Green+Blue) = 208+53+154=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0359A is #2FCA65. Grayscale: #6E6E6E. Windows color (decimal): -3132006 or 10106320. OLE color: 10106320.

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

Color convert

RGB 208 53 154 -
CMYK 0 0.75 0.26 0.18
HSL 320.9º 0.62% 0.51% -
HSV(B) 320.9º 0.75% 0.82% -
XYZ 33.12 18.29 32.36 -
YUV 110.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 208 53 154 0 0.75 0.26 0.18 320.9 0.62 0.51
Hex D0 35 9A 0 4B 1A 12 141 3E 33
Octal 320 65 232 0 113 32 22 501 76 63
Binary 11010000 110101 10011010 0 1001011 11010 10010 101000001 111110 110011

Color Harmonies of #D0359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0359A

Black with #D0359A

Text Example


Text Example

White with #D0359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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