Html Css Color HEX #DD33AF Persian Rose

📋 copy color: '#DD33AF'

red 221 ◦ green 51 ◦ blue 175

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

Shades of Persian Rose #DD33AF

Tints of Persian Rose #DD33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.41%

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

R = 49.44%
G = 11.41%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD33AF (or 0xDD33AF) is known color: Persian Rose. HEX triplet: DD, 33 and AF. RGB value is (221,51,175). Sum of RGB (Red+Green+Blue) = 221+51+175=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33AF is #22CC50. Grayscale: #737373. Windows color (decimal): -2280529 or 11482077. OLE color: 11482077.

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

Color convert

RGB 221 51 175 -
CMYK 0 0.77 0.21 0.13
HSL 316.24º 0.71% 0.53% -
HSV(B) 316.24º 0.77% 0.87% -
XYZ 38.74 20.83 42.54 -
YUV 115.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 221 51 175 0 0.77 0.21 0.13 316.24 0.71 0.53
Hex DD 33 AF 0 4D 15 D 13C 47 35
Octal 335 63 257 0 115 25 15 474 107 65
Binary 11011101 110011 10101111 0 1001101 10101 1101 100111100 1000111 110101

Color Harmonies of #DD33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33AF

Black with #DD33AF

Text Example


Text Example

White with #DD33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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