Html Css Color HEX #DD42AF Persian Rose

📋 copy color: '#DD42AF'

red 221 ◦ green 66 ◦ blue 175

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

Shades of Persian Rose #DD42AF

Tints of Persian Rose #DD42AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.29%

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

R = 47.84%
G = 14.29%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD42AF (or 0xDD42AF) is known color: Persian Rose. HEX triplet: DD, 42 and AF. RGB value is (221,66,175). Sum of RGB (Red+Green+Blue) = 221+66+175=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42AF is #22BD50. Grayscale: #7C7C7C. Windows color (decimal): -2276689 or 11485917. OLE color: 11485917.

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

Color convert

RGB 221 66 175 -
CMYK 0 0.70 0.21 0.13
HSL 317.81º 0.7% 0.56% -
HSV(B) 317.81º 0.7% 0.87% -
XYZ 39.5 22.36 42.79 -
YUV 124.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 221 66 175 0 0.70 0.21 0.13 317.81 0.7 0.56
Hex DD 42 AF 0 46 15 D 13E 46 38
Octal 335 102 257 0 106 25 15 476 106 70
Binary 11011101 1000010 10101111 0 1000110 10101 1101 100111110 1000110 111000

Color Harmonies of #DD42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42AF

Black with #DD42AF

Text Example


Text Example

White with #DD42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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