Html Css Color HEX #DD30AF Persian Rose

📋 copy color: '#DD30AF'

red 221 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #DD30AF

Tints of Persian Rose #DD30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.81%

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

R = 49.77%
G = 10.81%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD30AF (or 0xDD30AF) is known color: Persian Rose. HEX triplet: DD, 30 and AF. RGB value is (221,48,175). Sum of RGB (Red+Green+Blue) = 221+48+175=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30AF is #22CF50. Grayscale: #717171. Windows color (decimal): -2281297 or 11481309. OLE color: 11481309.

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

Color convert

RGB 221 48 175 -
CMYK 0 0.78 0.21 0.13
HSL 315.95º 0.72% 0.53% -
HSV(B) 315.95º 0.78% 0.87% -
XYZ 38.61 20.58 42.49 -
YUV 114.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 221 48 175 0 0.78 0.21 0.13 315.95 0.72 0.53
Hex DD 30 AF 0 4E 15 D 13C 48 35
Octal 335 60 257 0 116 25 15 474 110 65
Binary 11011101 110000 10101111 0 1001110 10101 1101 100111100 1001000 110101

Color Harmonies of #DD30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30AF

Black with #DD30AF

Text Example


Text Example

White with #DD30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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