Html Css Color HEX #DD3AB1 Persian Rose

📋 copy color: '#DD3AB1'

red 221 ◦ green 58 ◦ blue 177

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

Shades of Persian Rose #DD3AB1

Tints of Persian Rose #DD3AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 48.46%
G = 12.72%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD3AB1 (or 0xDD3AB1) is known color: Persian Rose. HEX triplet: DD, 3A and B1. RGB value is (221,58,177). Sum of RGB (Red+Green+Blue) = 221+58+177=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AB1 is #22C54E. Grayscale: #777777. Windows color (decimal): -2278735 or 11614941. OLE color: 11614941.

HSL color Cylindrical-coordinate representation of color #DD3AB1: hue angle of 316.2º 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 #DD3AB1 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 177 -
CMYK 0 0.74 0.20 0.13
HSL 316.2º 0.71% 0.55% -
HSV(B) 316.2º 0.74% 0.87% -
XYZ 39.27 21.57 43.69 -
YUV 120.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 221 58 177 0 0.74 0.20 0.13 316.2 0.71 0.55
Hex DD 3A B1 0 4A 14 D 13C 47 37
Octal 335 72 261 0 112 24 15 474 107 67
Binary 11011101 111010 10110001 0 1001010 10100 1101 100111100 1000111 110111

Color Harmonies of #DD3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3AB1

Black with #DD3AB1

Text Example


Text Example

White with #DD3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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