Html Css Color HEX #DD35AF Persian Rose

📋 copy color: '#DD35AF'

red 221 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #DD35AF

Tints of Persian Rose #DD35AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.8%

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

R = 49.22%
G = 11.8%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD35AF (or 0xDD35AF) is known color: Persian Rose. HEX triplet: DD, 35 and AF. RGB value is (221,53,175). Sum of RGB (Red+Green+Blue) = 221+53+175=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD35AF is #22CA50. Grayscale: #747474. Windows color (decimal): -2280017 or 11482589. OLE color: 11482589.

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

Color convert

RGB 221 53 175 -
CMYK 0 0.76 0.21 0.13
HSL 316.43º 0.71% 0.54% -
HSV(B) 316.43º 0.76% 0.87% -
XYZ 38.83 21.01 42.57 -
YUV 117.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 221 53 175 0 0.76 0.21 0.13 316.43 0.71 0.54
Hex DD 35 AF 0 4C 15 D 13C 47 36
Octal 335 65 257 0 114 25 15 474 107 66
Binary 11011101 110101 10101111 0 1001100 10101 1101 100111100 1000111 110110

Color Harmonies of #DD35AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD35AF

Black with #DD35AF

Text Example


Text Example

White with #DD35AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD35AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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