Html Css Color HEX #D334AA Deep Cerise

📋 copy color: '#D334AA'

red 211 ◦ green 52 ◦ blue 170

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

Shades of Deep Cerise #D334AA

Tints of Deep Cerise #D334AA

RGB

 RED value IS 211 (82.81% from 255) = 48.73%

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 48.73%
G = 12.01%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D334AA (or 0xD334AA) is known color: Deep Cerise. HEX triplet: D3, 34 and AA. RGB value is (211,52,170). Sum of RGB (Red+Green+Blue) = 211+52+170=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D334AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D334AA is #2CCB55. Grayscale: #707070. Windows color (decimal): -2935638 or 11154643. OLE color: 11154643.

HSL color Cylindrical-coordinate representation of color #D334AA: hue angle of 315.47º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D334AA is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 52 170 -
CMYK 0 0.75 0.19 0.17
HSL 315.47º 0.64% 0.52% -
HSV(B) 315.47º 0.75% 0.83% -
XYZ 35.35 19.21 39.87 -
YUV 112.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 211 52 170 0 0.75 0.19 0.17 315.47 0.64 0.52
Hex D3 34 AA 0 4B 13 11 13B 40 34
Octal 323 64 252 0 113 23 21 473 100 64
Binary 11010011 110100 10101010 0 1001011 10011 10001 100111011 1000000 110100

Color Harmonies of #D334AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334AA

Black with #D334AA

Text Example


Text Example

White with #D334AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334AA; }

 p { color: rgb(211,52,170); }

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

background-color css

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

 a { background-color: rgb(211,52,170); }

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

border-color css

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

 span { border-color: rgb(211,52,170); }

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