Html Css Color HEX #D0357C Deep Cerise

📋 copy color: '#D0357C'

red 208 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #D0357C

Tints of Deep Cerise #D0357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 54.03%
G = 13.77%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0357C (or 0xD0357C) is known color: Deep Cerise. HEX triplet: D0, 35 and 7C. RGB value is (208,53,124). Sum of RGB (Red+Green+Blue) = 208+53+124=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0357C is #2FCA83. Grayscale: #6B6B6B. Windows color (decimal): -3132036 or 8140240. OLE color: 8140240.

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

Color convert

RGB 208 53 124 -
CMYK 0 0.75 0.40 0.18
HSL 332.52º 0.62% 0.51% -
HSV(B) 332.52º 0.75% 0.82% -
XYZ 30.92 17.41 20.8 -
YUV 107.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 208 53 124 0 0.75 0.40 0.18 332.52 0.62 0.51
Hex D0 35 7C 0 4B 28 12 14D 3E 33
Octal 320 65 174 0 113 50 22 515 76 63
Binary 11010000 110101 1111100 0 1001011 101000 10010 101001101 111110 110011

Color Harmonies of #D0357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0357C

Black with #D0357C

Text Example


Text Example

White with #D0357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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