Html Css Color HEX #D635A2 Deep Cerise

📋 copy color: '#D635A2'

red 214 ◦ green 53 ◦ blue 162

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

Shades of Deep Cerise #D635A2

Tints of Deep Cerise #D635A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 49.88%
G = 12.35%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D635A2 (or 0xD635A2) is known color: Deep Cerise. HEX triplet: D6, 35 and A2. RGB value is (214,53,162). Sum of RGB (Red+Green+Blue) = 214+53+162=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D635A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D635A2 is #29CA5D. Grayscale: #717171. Windows color (decimal): -2738782 or 10630614. OLE color: 10630614.

HSL color Cylindrical-coordinate representation of color #D635A2: hue angle of 319.38º 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 #D635A2 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 162 -
CMYK 0 0.75 0.24 0.16
HSL 319.38º 0.66% 0.52% -
HSV(B) 319.38º 0.75% 0.84% -
XYZ 35.53 19.45 36.06 -
YUV 113.57 155.34 199.64 -
System Red Green Blue C M Y K H S L
Decimal 214 53 162 0 0.75 0.24 0.16 319.38 0.66 0.52
Hex D6 35 A2 0 4B 18 10 13F 42 34
Octal 326 65 242 0 113 30 20 477 102 64
Binary 11010110 110101 10100010 0 1001011 11000 10000 100111111 1000010 110100

Color Harmonies of #D635A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635A2

Black with #D635A2

Text Example


Text Example

White with #D635A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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