Html Css Color HEX #DF34AE Persian Rose

📋 copy color: '#DF34AE'

red 223 ◦ green 52 ◦ blue 174

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

Shades of Persian Rose #DF34AE

Tints of Persian Rose #DF34AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 49.67%
G = 11.58%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF34AE (or 0xDF34AE) is known color: Persian Rose. HEX triplet: DF, 34 and AE. RGB value is (223,52,174). Sum of RGB (Red+Green+Blue) = 223+52+174=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF34AE is #20CB51. Grayscale: #747474. Windows color (decimal): -2149202 or 11416799. OLE color: 11416799.

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

Color convert

RGB 223 52 174 -
CMYK 0 0.77 0.22 0.13
HSL 317.19º 0.73% 0.54% -
HSV(B) 317.19º 0.77% 0.87% -
XYZ 39.3 21.2 42.07 -
YUV 117.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 223 52 174 0 0.77 0.22 0.13 317.19 0.73 0.54
Hex DF 34 AE 0 4D 16 D 13D 49 36
Octal 337 64 256 0 115 26 15 475 111 66
Binary 11011111 110100 10101110 0 1001101 10110 1101 100111101 1001001 110110

Color Harmonies of #DF34AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF34AE

Black with #DF34AE

Text Example


Text Example

White with #DF34AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF34AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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