Html Css Color HEX #D632AA Deep Cerise

📋 copy color: '#D632AA'

red 214 ◦ green 50 ◦ blue 170

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

Shades of Deep Cerise #D632AA

Tints of Deep Cerise #D632AA

RGB

 RED value IS 214 (83.98% from 255) = 49.31%

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

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

R = 49.31%
G = 11.52%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D632AA (or 0xD632AA) is known color: Deep Cerise. HEX triplet: D6, 32 and AA. RGB value is (214,50,170). Sum of RGB (Red+Green+Blue) = 214+50+170=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D632AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D632AA is #29CD55. Grayscale: #707070. Windows color (decimal): -2739542 or 11154134. OLE color: 11154134.

HSL color Cylindrical-coordinate representation of color #D632AA: hue angle of 316.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632AA is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 170 -
CMYK 0 0.77 0.21 0.16
HSL 316.1º 0.67% 0.52% -
HSV(B) 316.1º 0.77% 0.84% -
XYZ 36.13 19.48 39.89 -
YUV 112.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 214 50 170 0 0.77 0.21 0.16 316.1 0.67 0.52
Hex D6 32 AA 0 4D 15 10 13C 43 34
Octal 326 62 252 0 115 25 20 474 103 64
Binary 11010110 110010 10101010 0 1001101 10101 10000 100111100 1000011 110100

Color Harmonies of #D632AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D632AA

Black with #D632AA

Text Example


Text Example

White with #D632AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D632AA; }

 p { color: rgb(214,50,170); }

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

background-color css

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

 a { background-color: rgb(214,50,170); }

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

border-color css

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

 span { border-color: rgb(214,50,170); }

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