Html Css Color HEX #D0257A Deep Cerise

📋 copy color: '#D0257A'

red 208 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #D0257A

Tints of Deep Cerise #D0257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 56.68%
G = 10.08%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0257A (or 0xD0257A) is known color: Deep Cerise. HEX triplet: D0, 25 and 7A. RGB value is (208,37,122). Sum of RGB (Red+Green+Blue) = 208+37+122=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0257A is #2FDA85. Grayscale: #616161. Windows color (decimal): -3136134 or 8005072. OLE color: 8005072.

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

Color convert

RGB 208 37 122 -
CMYK 0 0.82 0.41 0.18
HSL 330.18º 0.7% 0.48% -
HSV(B) 330.18º 0.82% 0.82% -
XYZ 30.19 16.14 19.94 -
YUV 97.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 208 37 122 0 0.82 0.41 0.18 330.18 0.7 0.48
Hex D0 25 7A 0 52 29 12 14A 46 30
Octal 320 45 172 0 122 51 22 512 106 60
Binary 11010000 100101 1111010 0 1010010 101001 10010 101001010 1000110 110000

Color Harmonies of #D0257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0257A

Black with #D0257A

Text Example


Text Example

White with #D0257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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