Html Css Color HEX #DD41AF Persian Rose

📋 copy color: '#DD41AF'

red 221 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #DD41AF

Tints of Persian Rose #DD41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 47.94%
G = 14.1%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD41AF (or 0xDD41AF) is known color: Persian Rose. HEX triplet: DD, 41 and AF. RGB value is (221,65,175). Sum of RGB (Red+Green+Blue) = 221+65+175=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41AF is #22BE50. Grayscale: #7B7B7B. Windows color (decimal): -2276945 or 11485661. OLE color: 11485661.

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

Color convert

RGB 221 65 175 -
CMYK 0 0.71 0.21 0.13
HSL 317.69º 0.7% 0.56% -
HSV(B) 317.69º 0.71% 0.87% -
XYZ 39.45 22.25 42.77 -
YUV 124.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 221 65 175 0 0.71 0.21 0.13 317.69 0.7 0.56
Hex DD 41 AF 0 47 15 D 13E 46 38
Octal 335 101 257 0 107 25 15 476 106 70
Binary 11011101 1000001 10101111 0 1000111 10101 1101 100111110 1000110 111000

Color Harmonies of #DD41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41AF

Black with #DD41AF

Text Example


Text Example

White with #DD41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41AF; }

 p { color: rgb(221,65,175); }

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

background-color css

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

 a { background-color: rgb(221,65,175); }

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

border-color css

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

 span { border-color: rgb(221,65,175); }

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