Html Css Color HEX #D7249B Deep Cerise

📋 copy color: '#D7249B'

red 215 ◦ green 36 ◦ blue 155

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

Shades of Deep Cerise #D7249B

Tints of Deep Cerise #D7249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 52.96%
G = 8.87%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7249B (or 0xD7249B) is known color: Deep Cerise. HEX triplet: D7, 24 and 9B. RGB value is (215,36,155). Sum of RGB (Red+Green+Blue) = 215+36+155=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7249B is #28DB64. Grayscale: #666666. Windows color (decimal): -2677605 or 10167511. OLE color: 10167511.

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

Color convert

RGB 215 36 155 -
CMYK 0 0.83 0.28 0.16
HSL 320.11º 0.71% 0.49% -
HSV(B) 320.11º 0.83% 0.84% -
XYZ 34.57 18.08 32.68 -
YUV 103.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 215 36 155 0 0.83 0.28 0.16 320.11 0.71 0.49
Hex D7 24 9B 0 53 1C 10 140 47 31
Octal 327 44 233 0 123 34 20 500 107 61
Binary 11010111 100100 10011011 0 1010011 11100 10000 101000000 1000111 110001

Color Harmonies of #D7249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7249B

Black with #D7249B

Text Example


Text Example

White with #D7249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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