Html Css Color HEX #D0357F Deep Cerise

📋 copy color: '#D0357F'

red 208 ◦ green 53 ◦ blue 127

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

Shades of Deep Cerise #D0357F

Tints of Deep Cerise #D0357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 53.61%
G = 13.66%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0357F (or 0xD0357F) is known color: Deep Cerise. HEX triplet: D0, 35 and 7F. RGB value is (208,53,127). Sum of RGB (Red+Green+Blue) = 208+53+127=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0357F is #2FCA80. Grayscale: #6B6B6B. Windows color (decimal): -3132033 or 8336848. OLE color: 8336848.

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

Color convert

RGB 208 53 127 -
CMYK 0 0.75 0.39 0.18
HSL 331.35º 0.62% 0.51% -
HSV(B) 331.35º 0.75% 0.82% -
XYZ 31.12 17.49 21.81 -
YUV 107.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 208 53 127 0 0.75 0.39 0.18 331.35 0.62 0.51
Hex D0 35 7F 0 4B 27 12 14B 3E 33
Octal 320 65 177 0 113 47 22 513 76 63
Binary 11010000 110101 1111111 0 1001011 100111 10010 101001011 111110 110011

Color Harmonies of #D0357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0357F

Black with #D0357F

Text Example


Text Example

White with #D0357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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