Html Css Color HEX #D9259B Deep Cerise

📋 copy color: '#D9259B'

red 217 ◦ green 37 ◦ blue 155

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

Shades of Deep Cerise #D9259B

Tints of Deep Cerise #D9259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.05%

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

R = 53.06%
G = 9.05%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9259B (or 0xD9259B) is known color: Deep Cerise. HEX triplet: D9, 25 and 9B. RGB value is (217,37,155). Sum of RGB (Red+Green+Blue) = 217+37+155=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9259B is #26DA64. Grayscale: #676767. Windows color (decimal): -2546277 or 10167769. OLE color: 10167769.

HSL color Cylindrical-coordinate representation of color #D9259B: hue angle of 320.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9259B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 155 -
CMYK 0 0.83 0.29 0.15
HSL 320.67º 0.71% 0.5% -
HSV(B) 320.67º 0.83% 0.85% -
XYZ 35.19 18.44 32.72 -
YUV 104.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 217 37 155 0 0.83 0.29 0.15 320.67 0.71 0.5
Hex D9 25 9B 0 53 1D F 141 47 32
Octal 331 45 233 0 123 35 17 501 107 62
Binary 11011001 100101 10011011 0 1010011 11101 1111 101000001 1000111 110010

Color Harmonies of #D9259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9259B

Black with #D9259B

Text Example


Text Example

White with #D9259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9259B; }

 p { color: rgb(217,37,155); }

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

background-color css

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

 a { background-color: rgb(217,37,155); }

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

border-color css

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

 span { border-color: rgb(217,37,155); }

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