Html Css Color HEX #D0358C Deep Cerise

📋 copy color: '#D0358C'

red 208 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #D0358C

Tints of Deep Cerise #D0358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 51.87%
G = 13.22%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0358C (or 0xD0358C) is known color: Deep Cerise. HEX triplet: D0, 35 and 8C. RGB value is (208,53,140). Sum of RGB (Red+Green+Blue) = 208+53+140=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0358C is #2FCA73. Grayscale: #6D6D6D. Windows color (decimal): -3132020 or 9188816. OLE color: 9188816.

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

Color convert

RGB 208 53 140 -
CMYK 0 0.75 0.33 0.18
HSL 326.32º 0.62% 0.51% -
HSV(B) 326.32º 0.75% 0.82% -
XYZ 32.02 17.85 26.57 -
YUV 109.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 208 53 140 0 0.75 0.33 0.18 326.32 0.62 0.51
Hex D0 35 8C 0 4B 21 12 146 3E 33
Octal 320 65 214 0 113 41 22 506 76 63
Binary 11010000 110101 10001100 0 1001011 100001 10010 101000110 111110 110011

Color Harmonies of #D0358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0358C

Black with #D0358C

Text Example


Text Example

White with #D0358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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