Html Css Color HEX #D0257C Deep Cerise

📋 copy color: '#D0257C'

red 208 ◦ green 37 ◦ blue 124

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

Shades of Deep Cerise #D0257C

Tints of Deep Cerise #D0257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 56.37%
G = 10.03%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0257C (or 0xD0257C) is known color: Deep Cerise. HEX triplet: D0, 25 and 7C. RGB value is (208,37,124). Sum of RGB (Red+Green+Blue) = 208+37+124=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0257C is #2FDA83. Grayscale: #616161. Windows color (decimal): -3136132 or 8136144. OLE color: 8136144.

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

Color convert

RGB 208 37 124 -
CMYK 0 0.82 0.40 0.18
HSL 329.47º 0.7% 0.48% -
HSV(B) 329.47º 0.82% 0.82% -
XYZ 30.31 16.19 20.6 -
YUV 98.05 142.65 206.43 -
System Red Green Blue C M Y K H S L
Decimal 208 37 124 0 0.82 0.40 0.18 329.47 0.7 0.48
Hex D0 25 7C 0 52 28 12 149 46 30
Octal 320 45 174 0 122 50 22 511 106 60
Binary 11010000 100101 1111100 0 1010010 101000 10010 101001001 1000110 110000

Color Harmonies of #D0257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0257C

Black with #D0257C

Text Example


Text Example

White with #D0257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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