Html Css Color HEX #D938AD Deep Cerise

📋 copy color: '#D938AD'

red 217 ◦ green 56 ◦ blue 173

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

Shades of Deep Cerise #D938AD

Tints of Deep Cerise #D938AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.56%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 48.65%
G = 12.56%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D938AD (or 0xD938AD) is known color: Deep Cerise. HEX triplet: D9, 38 and AD. RGB value is (217,56,173). Sum of RGB (Red+Green+Blue) = 217+56+173=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D938AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D938AD is #26C752. Grayscale: #757575. Windows color (decimal): -2541395 or 11352281. OLE color: 11352281.

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

Color convert

RGB 217 56 173 -
CMYK 0 0.74 0.20 0.15
HSL 316.4º 0.68% 0.54% -
HSV(B) 316.4º 0.74% 0.85% -
XYZ 37.57 20.6 41.53 -
YUV 117.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 217 56 173 0 0.74 0.20 0.15 316.4 0.68 0.54
Hex D9 38 AD 0 4A 14 F 13C 44 36
Octal 331 70 255 0 112 24 17 474 104 66
Binary 11011001 111000 10101101 0 1001010 10100 1111 100111100 1000100 110110

Color Harmonies of #D938AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938AD

Black with #D938AD

Text Example


Text Example

White with #D938AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938AD; }

 p { color: rgb(217,56,173); }

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

background-color css

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

 a { background-color: rgb(217,56,173); }

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

border-color css

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

 span { border-color: rgb(217,56,173); }

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