Html Css Color HEX #D634AC Deep Cerise

📋 copy color: '#D634AC'

red 214 ◦ green 52 ◦ blue 172

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

Shades of Deep Cerise #D634AC

Tints of Deep Cerise #D634AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 48.86%
G = 11.87%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D634AC (or 0xD634AC) is known color: Deep Cerise. HEX triplet: D6, 34 and AC. RGB value is (214,52,172). Sum of RGB (Red+Green+Blue) = 214+52+172=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D634AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D634AC is #29CB53. Grayscale: #717171. Windows color (decimal): -2739028 or 11285718. OLE color: 11285718.

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

Color convert

RGB 214 52 172 -
CMYK 0 0.76 0.20 0.16
HSL 315.56º 0.66% 0.52% -
HSV(B) 315.56º 0.76% 0.84% -
XYZ 36.41 19.73 40.92 -
YUV 114.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 214 52 172 0 0.76 0.20 0.16 315.56 0.66 0.52
Hex D6 34 AC 0 4C 14 10 13C 42 34
Octal 326 64 254 0 114 24 20 474 102 64
Binary 11010110 110100 10101100 0 1001100 10100 10000 100111100 1000010 110100

Color Harmonies of #D634AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634AC

Black with #D634AC

Text Example


Text Example

White with #D634AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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