Html Css Color HEX #D0357B Deep Cerise

📋 copy color: '#D0357B'

red 208 ◦ green 53 ◦ blue 123

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

Shades of Deep Cerise #D0357B

Tints of Deep Cerise #D0357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 54.17%
G = 13.8%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0357B (or 0xD0357B) is known color: Deep Cerise. HEX triplet: D0, 35 and 7B. RGB value is (208,53,123). Sum of RGB (Red+Green+Blue) = 208+53+123=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0357B is #2FCA84. Grayscale: #6B6B6B. Windows color (decimal): -3132037 or 8074704. OLE color: 8074704.

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

Color convert

RGB 208 53 123 -
CMYK 0 0.75 0.41 0.18
HSL 332.9º 0.62% 0.51% -
HSV(B) 332.9º 0.75% 0.82% -
XYZ 30.86 17.39 20.47 -
YUV 107.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 208 53 123 0 0.75 0.41 0.18 332.9 0.62 0.51
Hex D0 35 7B 0 4B 29 12 14D 3E 33
Octal 320 65 173 0 113 51 22 515 76 63
Binary 11010000 110101 1111011 0 1001011 101001 10010 101001101 111110 110011

Color Harmonies of #D0357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0357B

Black with #D0357B

Text Example


Text Example

White with #D0357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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