Html Css Color HEX #DD38AA Persian Rose

📋 copy color: '#DD38AA'

red 221 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #DD38AA

Tints of Persian Rose #DD38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 49.44%
G = 12.53%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD38AA (or 0xDD38AA) is known color: Persian Rose. HEX triplet: DD, 38 and AA. RGB value is (221,56,170). Sum of RGB (Red+Green+Blue) = 221+56+170=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38AA is #22C755. Grayscale: #767676. Windows color (decimal): -2279254 or 11155677. OLE color: 11155677.

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

Color convert

RGB 221 56 170 -
CMYK 0 0.75 0.23 0.13
HSL 318.55º 0.71% 0.54% -
HSV(B) 318.55º 0.75% 0.87% -
XYZ 38.49 21.1 40.07 -
YUV 118.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 221 56 170 0 0.75 0.23 0.13 318.55 0.71 0.54
Hex DD 38 AA 0 4B 17 D 13F 47 36
Octal 335 70 252 0 113 27 15 477 107 66
Binary 11011101 111000 10101010 0 1001011 10111 1101 100111111 1000111 110110

Color Harmonies of #DD38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38AA

Black with #DD38AA

Text Example


Text Example

White with #DD38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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