Html Css Color HEX #D7279B Deep Cerise

📋 copy color: '#D7279B'

red 215 ◦ green 39 ◦ blue 155

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

Shades of Deep Cerise #D7279B

Tints of Deep Cerise #D7279B

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 52.57%
G = 9.54%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7279B (or 0xD7279B) is known color: Deep Cerise. HEX triplet: D7, 27 and 9B. RGB value is (215,39,155). Sum of RGB (Red+Green+Blue) = 215+39+155=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7279B is #28D864. Grayscale: #686868. Windows color (decimal): -2676837 or 10168279. OLE color: 10168279.

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

Color convert

RGB 215 39 155 -
CMYK 0 0.82 0.28 0.16
HSL 320.45º 0.69% 0.5% -
HSV(B) 320.45º 0.82% 0.84% -
XYZ 34.67 18.26 32.71 -
YUV 104.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 215 39 155 0 0.82 0.28 0.16 320.45 0.69 0.5
Hex D7 27 9B 0 52 1C 10 140 45 32
Octal 327 47 233 0 122 34 20 500 105 62
Binary 11010111 100111 10011011 0 1010010 11100 10000 101000000 1000101 110010

Color Harmonies of #D7279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7279B

Black with #D7279B

Text Example


Text Example

White with #D7279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7279B; }

 p { color: rgb(215,39,155); }

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

background-color css

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

 a { background-color: rgb(215,39,155); }

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

border-color css

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

 span { border-color: rgb(215,39,155); }

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