Html Css Color HEX #D634A6 Deep Cerise

📋 copy color: '#D634A6'

red 214 ◦ green 52 ◦ blue 166

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

Shades of Deep Cerise #D634A6

Tints of Deep Cerise #D634A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.43%

R = 49.54%
G = 12.04%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D634A6 (or 0xD634A6) is known color: Deep Cerise. HEX triplet: D6, 34 and A6. RGB value is (214,52,166). Sum of RGB (Red+Green+Blue) = 214+52+166=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D634A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D634A6 is #29CB59. Grayscale: #717171. Windows color (decimal): -2739034 or 10892502. OLE color: 10892502.

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

Color convert

RGB 214 52 166 -
CMYK 0 0.76 0.22 0.16
HSL 317.78º 0.66% 0.52% -
HSV(B) 317.78º 0.76% 0.84% -
XYZ 35.84 19.51 37.95 -
YUV 113.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 214 52 166 0 0.76 0.22 0.16 317.78 0.66 0.52
Hex D6 34 A6 0 4C 16 10 13E 42 34
Octal 326 64 246 0 114 26 20 476 102 64
Binary 11010110 110100 10100110 0 1001100 10110 10000 100111110 1000010 110100

Color Harmonies of #D634A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634A6

Black with #D634A6

Text Example


Text Example

White with #D634A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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