Html Css Color HEX #DF34A8 Persian Rose

📋 copy color: '#DF34A8'

red 223 ◦ green 52 ◦ blue 168

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

Shades of Persian Rose #DF34A8

Tints of Persian Rose #DF34A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 50.34%
G = 11.74%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF34A8 (or 0xDF34A8) is known color: Persian Rose. HEX triplet: DF, 34 and A8. RGB value is (223,52,168). Sum of RGB (Red+Green+Blue) = 223+52+168=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF34A8 is #20CB57. Grayscale: #747474. Windows color (decimal): -2149208 or 11023583. OLE color: 11023583.

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

Color convert

RGB 223 52 168 -
CMYK 0 0.77 0.25 0.13
HSL 319.3º 0.73% 0.54% -
HSV(B) 319.3º 0.77% 0.87% -
XYZ 38.73 20.97 39.05 -
YUV 116.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 223 52 168 0 0.77 0.25 0.13 319.3 0.73 0.54
Hex DF 34 A8 0 4D 19 D 13F 49 36
Octal 337 64 250 0 115 31 15 477 111 66
Binary 11011111 110100 10101000 0 1001101 11001 1101 100111111 1001001 110110

Color Harmonies of #DF34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF34A8

Black with #DF34A8

Text Example


Text Example

White with #DF34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF34A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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