Html Css Color HEX #DF34A9 Persian Rose

📋 copy color: '#DF34A9'

red 223 ◦ green 52 ◦ blue 169

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

Shades of Persian Rose #DF34A9

Tints of Persian Rose #DF34A9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.71%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 50.23%
G = 11.71%
B = 38.06%

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

#DF34A9 (or 0xDF34A9) is known color: Persian Rose. HEX triplet: DF, 34 and A9. RGB value is (223,52,169). Sum of RGB (Red+Green+Blue) = 223+52+169=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF34A9 is #20CB56. Grayscale: #747474. Windows color (decimal): -2149207 or 11089119. OLE color: 11089119.

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

Color convert

RGB 223 52 169 -
CMYK 0 0.77 0.24 0.13
HSL 318.95º 0.73% 0.54% -
HSV(B) 318.95º 0.77% 0.87% -
XYZ 38.82 21.01 39.55 -
YUV 116.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 223 52 169 0 0.77 0.24 0.13 318.95 0.73 0.54
Hex DF 34 A9 0 4D 18 D 13F 49 36
Octal 337 64 251 0 115 30 15 477 111 66
Binary 11011111 110100 10101001 0 1001101 11000 1101 100111111 1001001 110110

Color Harmonies of #DF34A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF34A9

Black with #DF34A9

Text Example


Text Example

White with #DF34A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF34A9; }

 p { color: rgb(223,52,169); }

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

background-color css

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

 a { background-color: rgb(223,52,169); }

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

border-color css

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

 span { border-color: rgb(223,52,169); }

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