Html Css Color HEX #D8277A Deep Cerise

📋 copy color: '#D8277A'

red 216 ◦ green 39 ◦ blue 122

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

Shades of Deep Cerise #D8277A

Tints of Deep Cerise #D8277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 57.29%
G = 10.34%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8277A (or 0xD8277A) is known color: Deep Cerise. HEX triplet: D8, 27 and 7A. RGB value is (216,39,122). Sum of RGB (Red+Green+Blue) = 216+39+122=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8277A is #27D885. Grayscale: #656565. Windows color (decimal): -2611334 or 8005592. OLE color: 8005592.

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

Color convert

RGB 216 39 122 -
CMYK 0 0.82 0.44 0.15
HSL 331.86º 0.69% 0.5% -
HSV(B) 331.86º 0.82% 0.85% -
XYZ 32.56 17.46 20.07 -
YUV 101.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 216 39 122 0 0.82 0.44 0.15 331.86 0.69 0.5
Hex D8 27 7A 0 52 2C F 14C 45 32
Octal 330 47 172 0 122 54 17 514 105 62
Binary 11011000 100111 1111010 0 1010010 101100 1111 101001100 1000101 110010

Color Harmonies of #D8277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8277A

Black with #D8277A

Text Example


Text Example

White with #D8277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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