Html Css Color HEX #D031A5 Deep Cerise

📋 copy color: '#D031A5'

red 208 ◦ green 49 ◦ blue 165

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

Shades of Deep Cerise #D031A5

Tints of Deep Cerise #D031A5

RGB

 RED value IS 208 (81.64% from 255) = 49.29%

 GREEN value IS 49 (19.53% from 255) = 11.61%

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 49.29%
G = 11.61%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D031A5 (or 0xD031A5) is known color: Deep Cerise. HEX triplet: D0, 31 and A5. RGB value is (208,49,165). Sum of RGB (Red+Green+Blue) = 208+49+165=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D031A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031A5 is #2FCE5A. Grayscale: #6D6D6D. Windows color (decimal): -3133019 or 10826192. OLE color: 10826192.

HSL color Cylindrical-coordinate representation of color #D031A5: hue angle of 316.23º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D031A5 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 165 -
CMYK 0 0.76 0.21 0.18
HSL 316.23º 0.63% 0.5% -
HSV(B) 316.23º 0.76% 0.82% -
XYZ 33.9 18.32 37.35 -
YUV 109.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 208 49 165 0 0.76 0.21 0.18 316.23 0.63 0.5
Hex D0 31 A5 0 4C 15 12 13C 3F 32
Octal 320 61 245 0 114 25 22 474 77 62
Binary 11010000 110001 10100101 0 1001100 10101 10010 100111100 111111 110010

Color Harmonies of #D031A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031A5

Black with #D031A5

Text Example


Text Example

White with #D031A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031A5; }

 p { color: rgb(208,49,165); }

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

background-color css

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

 a { background-color: rgb(208,49,165); }

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

border-color css

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

 span { border-color: rgb(208,49,165); }

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