Html Css Color HEX #DF33AA Persian Rose

📋 copy color: '#DF33AA'

red 223 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #DF33AA

Tints of Persian Rose #DF33AA

RGB

 RED value IS 223 (87.5% from 255) = 50.23%

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 50.23%
G = 11.49%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF33AA (or 0xDF33AA) is known color: Persian Rose. HEX triplet: DF, 33 and AA. RGB value is (223,51,170). Sum of RGB (Red+Green+Blue) = 223+51+170=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF33AA is #20CC55. Grayscale: #737373. Windows color (decimal): -2149462 or 11154399. OLE color: 11154399.

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

Color convert

RGB 223 51 170 -
CMYK 0 0.77 0.24 0.13
HSL 318.49º 0.73% 0.54% -
HSV(B) 318.49º 0.77% 0.87% -
XYZ 38.87 20.96 40.03 -
YUV 115.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 223 51 170 0 0.77 0.24 0.13 318.49 0.73 0.54
Hex DF 33 AA 0 4D 18 D 13E 49 36
Octal 337 63 252 0 115 30 15 476 111 66
Binary 11011111 110011 10101010 0 1001101 11000 1101 100111110 1001001 110110

Color Harmonies of #DF33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33AA

Black with #DF33AA

Text Example


Text Example

White with #DF33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33AA; }

 p { color: rgb(223,51,170); }

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

background-color css

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

 a { background-color: rgb(223,51,170); }

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

border-color css

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

 span { border-color: rgb(223,51,170); }

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