Html Css Color HEX #D7229B Deep Cerise

📋 copy color: '#D7229B'

red 215 ◦ green 34 ◦ blue 155

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

Shades of Deep Cerise #D7229B

Tints of Deep Cerise #D7229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.42%

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

R = 53.22%
G = 8.42%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7229B (or 0xD7229B) is known color: Deep Cerise. HEX triplet: D7, 22 and 9B. RGB value is (215,34,155). Sum of RGB (Red+Green+Blue) = 215+34+155=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7229B is #28DD64. Grayscale: #656565. Windows color (decimal): -2678117 or 10166999. OLE color: 10166999.

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

Color convert

RGB 215 34 155 -
CMYK 0 0.84 0.28 0.16
HSL 319.89º 0.73% 0.49% -
HSV(B) 319.89º 0.84% 0.84% -
XYZ 34.51 17.96 32.66 -
YUV 101.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 215 34 155 0 0.84 0.28 0.16 319.89 0.73 0.49
Hex D7 22 9B 0 54 1C 10 140 49 31
Octal 327 42 233 0 124 34 20 500 111 61
Binary 11010111 100010 10011011 0 1010100 11100 10000 101000000 1001001 110001

Color Harmonies of #D7229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7229B

Black with #D7229B

Text Example


Text Example

White with #D7229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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