Html Css Color HEX #DD3AB2 Persian Rose

📋 copy color: '#DD3AB2'

red 221 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #DD3AB2

Tints of Persian Rose #DD3AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 48.36%
G = 12.69%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD3AB2 (or 0xDD3AB2) is known color: Persian Rose. HEX triplet: DD, 3A and B2. RGB value is (221,58,178). Sum of RGB (Red+Green+Blue) = 221+58+178=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AB2 is #22C54D. Grayscale: #787878. Windows color (decimal): -2278734 or 11680477. OLE color: 11680477.

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

Color convert

RGB 221 58 178 -
CMYK 0 0.74 0.19 0.13
HSL 315.83º 0.71% 0.55% -
HSV(B) 315.83º 0.74% 0.87% -
XYZ 39.37 21.61 44.22 -
YUV 120.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 221 58 178 0 0.74 0.19 0.13 315.83 0.71 0.55
Hex DD 3A B2 0 4A 13 D 13C 47 37
Octal 335 72 262 0 112 23 15 474 107 67
Binary 11011101 111010 10110010 0 1001010 10011 1101 100111100 1000111 110111

Color Harmonies of #DD3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AB2

Black with #DD3AB2

Text Example


Text Example

White with #DD3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AB2; }

 p { color: rgb(221,58,178); }

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

background-color css

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

 a { background-color: rgb(221,58,178); }

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

border-color css

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

 span { border-color: rgb(221,58,178); }

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