Html Css Color HEX #D635AA Deep Cerise

📋 copy color: '#D635AA'

red 214 ◦ green 53 ◦ blue 170

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

Shades of Deep Cerise #D635AA

Tints of Deep Cerise #D635AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.13%

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

R = 48.97%
G = 12.13%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D635AA (or 0xD635AA) is known color: Deep Cerise. HEX triplet: D6, 35 and AA. RGB value is (214,53,170). Sum of RGB (Red+Green+Blue) = 214+53+170=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D635AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D635AA is #29CA55. Grayscale: #727272. Windows color (decimal): -2738774 or 11154902. OLE color: 11154902.

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

Color convert

RGB 214 53 170 -
CMYK 0 0.75 0.21 0.16
HSL 316.4º 0.66% 0.52% -
HSV(B) 316.4º 0.75% 0.84% -
XYZ 36.26 19.74 39.93 -
YUV 114.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 214 53 170 0 0.75 0.21 0.16 316.4 0.66 0.52
Hex D6 35 AA 0 4B 15 10 13C 42 34
Octal 326 65 252 0 113 25 20 474 102 64
Binary 11010110 110101 10101010 0 1001011 10101 10000 100111100 1000010 110100

Color Harmonies of #D635AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635AA

Black with #D635AA

Text Example


Text Example

White with #D635AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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