Html Css Color HEX #D8257A Deep Cerise

📋 copy color: '#D8257A'

red 216 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #D8257A

Tints of Deep Cerise #D8257A

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

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

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

R = 57.6%
G = 9.87%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8257A (or 0xD8257A) is known color: Deep Cerise. HEX triplet: D8, 25 and 7A. RGB value is (216,37,122). Sum of RGB (Red+Green+Blue) = 216+37+122=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8257A is #27DA85. Grayscale: #646464. Windows color (decimal): -2611846 or 8005080. OLE color: 8005080.

HSL color Cylindrical-coordinate representation of color #D8257A: hue angle of 331.51º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8257A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 122 -
CMYK 0 0.83 0.44 0.15
HSL 331.51º 0.71% 0.5% -
HSV(B) 331.51º 0.83% 0.85% -
XYZ 32.49 17.33 20.04 -
YUV 100.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 216 37 122 0 0.83 0.44 0.15 331.51 0.71 0.5
Hex D8 25 7A 0 53 2C F 14C 47 32
Octal 330 45 172 0 123 54 17 514 107 62
Binary 11011000 100101 1111010 0 1010011 101100 1111 101001100 1000111 110010

Color Harmonies of #D8257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8257A

Black with #D8257A

Text Example


Text Example

White with #D8257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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