Html Css Color HEX #D938AA Deep Cerise

📋 copy color: '#D938AA'

red 217 ◦ green 56 ◦ blue 170

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

Shades of Deep Cerise #D938AA

Tints of Deep Cerise #D938AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 48.98%
G = 12.64%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D938AA (or 0xD938AA) is known color: Deep Cerise. HEX triplet: D9, 38 and AA. RGB value is (217,56,170). Sum of RGB (Red+Green+Blue) = 217+56+170=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D938AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D938AA is #26C755. Grayscale: #747474. Windows color (decimal): -2541398 or 11155673. OLE color: 11155673.

HSL color Cylindrical-coordinate representation of color #D938AA: hue angle of 317.52º 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 #D938AA is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 170 -
CMYK 0 0.74 0.22 0.15
HSL 317.52º 0.68% 0.54% -
HSV(B) 317.52º 0.74% 0.85% -
XYZ 37.29 20.48 40.02 -
YUV 117.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 217 56 170 0 0.74 0.22 0.15 317.52 0.68 0.54
Hex D9 38 AA 0 4A 16 F 13E 44 36
Octal 331 70 252 0 112 26 17 476 104 66
Binary 11011001 111000 10101010 0 1001010 10110 1111 100111110 1000100 110110

Color Harmonies of #D938AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938AA

Black with #D938AA

Text Example


Text Example

White with #D938AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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