Html Css Color HEX #D926A6 Deep Cerise

📋 copy color: '#D926A6'

red 217 ◦ green 38 ◦ blue 166

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

Shades of Deep Cerise #D926A6

Tints of Deep Cerise #D926A6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.03%

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 51.54%
G = 9.03%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D926A6 (or 0xD926A6) is known color: Deep Cerise. HEX triplet: D9, 26 and A6. RGB value is (217,38,166). Sum of RGB (Red+Green+Blue) = 217+38+166=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D926A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D926A6 is #26D959. Grayscale: #696969. Windows color (decimal): -2546010 or 10888921. OLE color: 10888921.

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

Color convert

RGB 217 38 166 -
CMYK 0 0.82 0.24 0.15
HSL 317.1º 0.7% 0.5% -
HSV(B) 317.1º 0.82% 0.85% -
XYZ 36.19 18.89 37.82 -
YUV 106.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 217 38 166 0 0.82 0.24 0.15 317.1 0.7 0.5
Hex D9 26 A6 0 52 18 F 13D 46 32
Octal 331 46 246 0 122 30 17 475 106 62
Binary 11011001 100110 10100110 0 1010010 11000 1111 100111101 1000110 110010

Color Harmonies of #D926A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D926A6

Black with #D926A6

Text Example


Text Example

White with #D926A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D926A6; }

 p { color: rgb(217,38,166); }

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

background-color css

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

 a { background-color: rgb(217,38,166); }

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

border-color css

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

 span { border-color: rgb(217,38,166); }

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