Html Css Color HEX #D934A8 Deep Cerise

📋 copy color: '#D934A8'

red 217 ◦ green 52 ◦ blue 168

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

Shades of Deep Cerise #D934A8

Tints of Deep Cerise #D934A8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.9%

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 49.66%
G = 11.9%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D934A8 (or 0xD934A8) is known color: Deep Cerise. HEX triplet: D9, 34 and A8. RGB value is (217,52,168). Sum of RGB (Red+Green+Blue) = 217+52+168=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D934A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D934A8 is #26CB57. Grayscale: #727272. Windows color (decimal): -2542424 or 11023577. OLE color: 11023577.

HSL color Cylindrical-coordinate representation of color #D934A8: hue angle of 317.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934A8 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 168 -
CMYK 0 0.76 0.23 0.15
HSL 317.82º 0.68% 0.53% -
HSV(B) 317.82º 0.76% 0.85% -
XYZ 36.91 20.03 38.97 -
YUV 114.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 217 52 168 0 0.76 0.23 0.15 317.82 0.68 0.53
Hex D9 34 A8 0 4C 17 F 13E 44 35
Octal 331 64 250 0 114 27 17 476 104 65
Binary 11011001 110100 10101000 0 1001100 10111 1111 100111110 1000100 110101

Color Harmonies of #D934A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D934A8

Black with #D934A8

Text Example


Text Example

White with #D934A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D934A8; }

 p { color: rgb(217,52,168); }

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

background-color css

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

 a { background-color: rgb(217,52,168); }

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

border-color css

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

 span { border-color: rgb(217,52,168); }

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