Html Css Color HEX #D9258F Deep Cerise

📋 copy color: '#D9258F'

red 217 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #D9258F

Tints of Deep Cerise #D9258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 54.66%
G = 9.32%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9258F (or 0xD9258F) is known color: Deep Cerise. HEX triplet: D9, 25 and 8F. RGB value is (217,37,143). Sum of RGB (Red+Green+Blue) = 217+37+143=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9258F is #26DA70. Grayscale: #666666. Windows color (decimal): -2546289 or 9381337. OLE color: 9381337.

HSL color Cylindrical-coordinate representation of color #D9258F: hue angle of 324.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 #D9258F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 143 -
CMYK 0 0.83 0.34 0.15
HSL 324.67º 0.71% 0.5% -
HSV(B) 324.67º 0.83% 0.85% -
XYZ 34.23 18.06 27.67 -
YUV 102.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 217 37 143 0 0.83 0.34 0.15 324.67 0.71 0.5
Hex D9 25 8F 0 53 22 F 145 47 32
Octal 331 45 217 0 123 42 17 505 107 62
Binary 11011001 100101 10001111 0 1010011 100010 1111 101000101 1000111 110010

Color Harmonies of #D9258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9258F

Black with #D9258F

Text Example


Text Example

White with #D9258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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