Html Css Color HEX #D034A8 Deep Cerise

📋 copy color: '#D034A8'

red 208 ◦ green 52 ◦ blue 168

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

Shades of Deep Cerise #D034A8

Tints of Deep Cerise #D034A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 48.6%
G = 12.15%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D034A8 (or 0xD034A8) is known color: Deep Cerise. HEX triplet: D0, 34 and A8. RGB value is (208,52,168). Sum of RGB (Red+Green+Blue) = 208+52+168=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D034A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034A8 is #2FCB57. Grayscale: #6F6F6F. Windows color (decimal): -3132248 or 11023568. OLE color: 11023568.

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

Color convert

RGB 208 52 168 -
CMYK 0 0.75 0.19 0.18
HSL 315.38º 0.62% 0.51% -
HSV(B) 315.38º 0.75% 0.82% -
XYZ 34.31 18.69 38.85 -
YUV 111.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 208 52 168 0 0.75 0.19 0.18 315.38 0.62 0.51
Hex D0 34 A8 0 4B 13 12 13B 3E 33
Octal 320 64 250 0 113 23 22 473 76 63
Binary 11010000 110100 10101000 0 1001011 10011 10010 100111011 111110 110011

Color Harmonies of #D034A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034A8

Black with #D034A8

Text Example


Text Example

White with #D034A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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