Html Css Color HEX #D034AC Deep Cerise

📋 copy color: '#D034AC'

red 208 ◦ green 52 ◦ blue 172

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

Shades of Deep Cerise #D034AC

Tints of Deep Cerise #D034AC

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

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

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

R = 48.15%
G = 12.04%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D034AC (or 0xD034AC) is known color: Deep Cerise. HEX triplet: D0, 34 and AC. RGB value is (208,52,172). Sum of RGB (Red+Green+Blue) = 208+52+172=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D034AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034AC is #2FCB53. Grayscale: #707070. Windows color (decimal): -3132244 or 11285712. OLE color: 11285712.

HSL color Cylindrical-coordinate representation of color #D034AC: hue angle of 313.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D034AC is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 172 -
CMYK 0 0.75 0.17 0.18
HSL 313.85º 0.62% 0.51% -
HSV(B) 313.85º 0.75% 0.82% -
XYZ 34.69 18.84 40.84 -
YUV 112.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 208 52 172 0 0.75 0.17 0.18 313.85 0.62 0.51
Hex D0 34 AC 0 4B 11 12 13A 3E 33
Octal 320 64 254 0 113 21 22 472 76 63
Binary 11010000 110100 10101100 0 1001011 10001 10010 100111010 111110 110011

Color Harmonies of #D034AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034AC

Black with #D034AC

Text Example


Text Example

White with #D034AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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