Html Css Color HEX #D92D8B Deep Cerise

📋 copy color: '#D92D8B'

red 217 ◦ green 45 ◦ blue 139

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

Shades of Deep Cerise #D92D8B

Tints of Deep Cerise #D92D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.22%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 54.11%
G = 11.22%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D92D8B (or 0xD92D8B) is known color: Deep Cerise. HEX triplet: D9, 2D and 8B. RGB value is (217,45,139). Sum of RGB (Red+Green+Blue) = 217+45+139=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D8B is #26D274. Grayscale: #6A6A6A. Windows color (decimal): -2544245 or 9121241. OLE color: 9121241.

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

Color convert

RGB 217 45 139 -
CMYK 0 0.79 0.36 0.15
HSL 327.21º 0.69% 0.51% -
HSV(B) 327.21º 0.79% 0.85% -
XYZ 34.21 18.49 26.19 -
YUV 107.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 217 45 139 0 0.79 0.36 0.15 327.21 0.69 0.51
Hex D9 2D 8B 0 4F 24 F 147 45 33
Octal 331 55 213 0 117 44 17 507 105 63
Binary 11011001 101101 10001011 0 1001111 100100 1111 101000111 1000101 110011

Color Harmonies of #D92D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D8B

Black with #D92D8B

Text Example


Text Example

White with #D92D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D8B; }

 p { color: rgb(217,45,139); }

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

background-color css

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

 a { background-color: rgb(217,45,139); }

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

border-color css

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

 span { border-color: rgb(217,45,139); }

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