Html Css Color HEX #D832A1 Deep Cerise

📋 copy color: '#D832A1'

red 216 ◦ green 50 ◦ blue 161

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

Shades of Deep Cerise #D832A1

Tints of Deep Cerise #D832A1

RGB

 RED value IS 216 (84.77% from 255) = 50.59%

 GREEN value IS 50 (19.92% from 255) = 11.71%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 50.59%
G = 11.71%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D832A1 (or 0xD832A1) is known color: Deep Cerise. HEX triplet: D8, 32 and A1. RGB value is (216,50,161). Sum of RGB (Red+Green+Blue) = 216+50+161=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D832A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D832A1 is #27CD5E. Grayscale: #707070. Windows color (decimal): -2608479 or 10564312. OLE color: 10564312.

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

Color convert

RGB 216 50 161 -
CMYK 0 0.77 0.25 0.15
HSL 319.88º 0.68% 0.52% -
HSV(B) 319.88º 0.77% 0.85% -
XYZ 35.89 19.45 35.58 -
YUV 112.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 216 50 161 0 0.77 0.25 0.15 319.88 0.68 0.52
Hex D8 32 A1 0 4D 19 F 140 44 34
Octal 330 62 241 0 115 31 17 500 104 64
Binary 11011000 110010 10100001 0 1001101 11001 1111 101000000 1000100 110100

Color Harmonies of #D832A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D832A1

Black with #D832A1

Text Example


Text Example

White with #D832A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D832A1; }

 p { color: rgb(216,50,161); }

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

background-color css

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

 a { background-color: rgb(216,50,161); }

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

border-color css

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

 span { border-color: rgb(216,50,161); }

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