Html Css Color HEX #DD34AA Persian Rose

📋 copy color: '#DD34AA'

red 221 ◦ green 52 ◦ blue 170

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

Shades of Persian Rose #DD34AA

Tints of Persian Rose #DD34AA

RGB

 RED value IS 221 (86.72% from 255) = 49.89%

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

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

R = 49.89%
G = 11.74%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD34AA (or 0xDD34AA) is known color: Persian Rose. HEX triplet: DD, 34 and AA. RGB value is (221,52,170). Sum of RGB (Red+Green+Blue) = 221+52+170=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34AA is #22CB55. Grayscale: #737373. Windows color (decimal): -2280278 or 11154653. OLE color: 11154653.

HSL color Cylindrical-coordinate representation of color #DD34AA: hue angle of 318.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD34AA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 170 -
CMYK 0 0.76 0.23 0.13
HSL 318.11º 0.71% 0.54% -
HSV(B) 318.11º 0.76% 0.87% -
XYZ 38.3 20.73 40.01 -
YUV 115.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 221 52 170 0 0.76 0.23 0.13 318.11 0.71 0.54
Hex DD 34 AA 0 4C 17 D 13E 47 36
Octal 335 64 252 0 114 27 15 476 107 66
Binary 11011101 110100 10101010 0 1001100 10111 1101 100111110 1000111 110110

Color Harmonies of #DD34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34AA

Black with #DD34AA

Text Example


Text Example

White with #DD34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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