Html Css Color HEX #D9277B Deep Cerise

📋 copy color: '#D9277B'

red 217 ◦ green 39 ◦ blue 123

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

Shades of Deep Cerise #D9277B

Tints of Deep Cerise #D9277B

RGB

 RED value IS 217 (85.16% from 255) = 57.26%

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 57.26%
G = 10.29%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9277B (or 0xD9277B) is known color: Deep Cerise. HEX triplet: D9, 27 and 7B. RGB value is (217,39,123). Sum of RGB (Red+Green+Blue) = 217+39+123=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9277B is #26D884. Grayscale: #656565. Windows color (decimal): -2545797 or 8071129. OLE color: 8071129.

HSL color Cylindrical-coordinate representation of color #D9277B: hue angle of 331.69º degrees, saturation: 0.7, 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 #D9277B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 123 -
CMYK 0 0.82 0.43 0.15
HSL 331.69º 0.7% 0.5% -
HSV(B) 331.69º 0.82% 0.85% -
XYZ 32.92 17.63 20.41 -
YUV 101.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 217 39 123 0 0.82 0.43 0.15 331.69 0.7 0.5
Hex D9 27 7B 0 52 2B F 14C 46 32
Octal 331 47 173 0 122 53 17 514 106 62
Binary 11011001 100111 1111011 0 1010010 101011 1111 101001100 1000110 110010

Color Harmonies of #D9277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9277B

Black with #D9277B

Text Example


Text Example

White with #D9277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9277B; }

 p { color: rgb(217,39,123); }

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

background-color css

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

 a { background-color: rgb(217,39,123); }

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

border-color css

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

 span { border-color: rgb(217,39,123); }

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