Html Css Color HEX #D0258C Deep Cerise

📋 copy color: '#D0258C'

red 208 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #D0258C

Tints of Deep Cerise #D0258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

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

R = 54.03%
G = 9.61%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0258C (or 0xD0258C) is known color: Deep Cerise. HEX triplet: D0, 25 and 8C. RGB value is (208,37,140). Sum of RGB (Red+Green+Blue) = 208+37+140=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0258C is #2FDA73. Grayscale: #636363. Windows color (decimal): -3136116 or 9184720. OLE color: 9184720.

HSL color Cylindrical-coordinate representation of color #D0258C: hue angle of 323.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0258C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 37 140 -
CMYK 0 0.82 0.33 0.18
HSL 323.86º 0.7% 0.48% -
HSV(B) 323.86º 0.82% 0.82% -
XYZ 31.41 16.63 26.36 -
YUV 99.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 208 37 140 0 0.82 0.33 0.18 323.86 0.7 0.48
Hex D0 25 8C 0 52 21 12 144 46 30
Octal 320 45 214 0 122 41 22 504 106 60
Binary 11010000 100101 10001100 0 1010010 100001 10010 101000100 1000110 110000

Color Harmonies of #D0258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0258C

Black with #D0258C

Text Example


Text Example

White with #D0258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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