Html Css Color HEX #D0357D Deep Cerise

📋 copy color: '#D0357D'

red 208 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #D0357D

Tints of Deep Cerise #D0357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 53.89%
G = 13.73%
B = 32.38%

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

#D0357D (or 0xD0357D) is known color: Deep Cerise. HEX triplet: D0, 35 and 7D. RGB value is (208,53,125). Sum of RGB (Red+Green+Blue) = 208+53+125=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0357D is #2FCA82. Grayscale: #6B6B6B. Windows color (decimal): -3132035 or 8205776. OLE color: 8205776.

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

Color convert

RGB 208 53 125 -
CMYK 0 0.75 0.40 0.18
HSL 332.13º 0.62% 0.51% -
HSV(B) 332.13º 0.75% 0.82% -
XYZ 30.99 17.44 21.13 -
YUV 107.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 208 53 125 0 0.75 0.40 0.18 332.13 0.62 0.51
Hex D0 35 7D 0 4B 28 12 14C 3E 33
Octal 320 65 175 0 113 50 22 514 76 63
Binary 11010000 110101 1111101 0 1001011 101000 10010 101001100 111110 110011

Color Harmonies of #D0357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0357D

Black with #D0357D

Text Example


Text Example

White with #D0357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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