Html Css Color HEX #D634AA Deep Cerise

📋 copy color: '#D634AA'

red 214 ◦ green 52 ◦ blue 170

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

Shades of Deep Cerise #D634AA

Tints of Deep Cerise #D634AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.93%

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

R = 49.08%
G = 11.93%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D634AA (or 0xD634AA) is known color: Deep Cerise. HEX triplet: D6, 34 and AA. RGB value is (214,52,170). Sum of RGB (Red+Green+Blue) = 214+52+170=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D634AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D634AA is #29CB55. Grayscale: #717171. Windows color (decimal): -2739030 or 11154646. OLE color: 11154646.

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

Color convert

RGB 214 52 170 -
CMYK 0 0.76 0.21 0.16
HSL 316.3º 0.66% 0.52% -
HSV(B) 316.3º 0.76% 0.84% -
XYZ 36.22 19.65 39.92 -
YUV 113.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 214 52 170 0 0.76 0.21 0.16 316.3 0.66 0.52
Hex D6 34 AA 0 4C 15 10 13C 42 34
Octal 326 64 252 0 114 25 20 474 102 64
Binary 11010110 110100 10101010 0 1001100 10101 10000 100111100 1000010 110100

Color Harmonies of #D634AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634AA

Black with #D634AA

Text Example


Text Example

White with #D634AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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