Html Css Color HEX #DF36AA Persian Rose

📋 copy color: '#DF36AA'

red 223 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #DF36AA

Tints of Persian Rose #DF36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.08%

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

R = 49.89%
G = 12.08%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF36AA (or 0xDF36AA) is known color: Persian Rose. HEX triplet: DF, 36 and AA. RGB value is (223,54,170). Sum of RGB (Red+Green+Blue) = 223+54+170=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF36AA is #20C955. Grayscale: #757575. Windows color (decimal): -2148694 or 11155167. OLE color: 11155167.

HSL color Cylindrical-coordinate representation of color #DF36AA: hue angle of 318.82º degrees, saturation: 0.73, 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 #DF36AA is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 54 170 -
CMYK 0 0.76 0.24 0.13
HSL 318.82º 0.73% 0.54% -
HSV(B) 318.82º 0.76% 0.87% -
XYZ 39.01 21.23 40.07 -
YUV 117.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 223 54 170 0 0.76 0.24 0.13 318.82 0.73 0.54
Hex DF 36 AA 0 4C 18 D 13F 49 36
Octal 337 66 252 0 114 30 15 477 111 66
Binary 11011111 110110 10101010 0 1001100 11000 1101 100111111 1001001 110110

Color Harmonies of #DF36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF36AA

Black with #DF36AA

Text Example


Text Example

White with #DF36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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