Html Css Color HEX #DF3AAC Persian Rose

📋 copy color: '#DF3AAC'

red 223 ◦ green 58 ◦ blue 172

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

Shades of Persian Rose #DF3AAC

Tints of Persian Rose #DF3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 49.23%
G = 12.8%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF3AAC (or 0xDF3AAC) is known color: Persian Rose. HEX triplet: DF, 3A and AC. RGB value is (223,58,172). Sum of RGB (Red+Green+Blue) = 223+58+172=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AAC is #20C553. Grayscale: #787878. Windows color (decimal): -2147668 or 11287263. OLE color: 11287263.

HSL color Cylindrical-coordinate representation of color #DF3AAC: hue angle of 318.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3AAC is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 58 172 -
CMYK 0 0.74 0.23 0.13
HSL 318.55º 0.72% 0.55% -
HSV(B) 318.55º 0.74% 0.87% -
XYZ 39.39 21.69 41.14 -
YUV 120.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 223 58 172 0 0.74 0.23 0.13 318.55 0.72 0.55
Hex DF 3A AC 0 4A 17 D 13F 48 37
Octal 337 72 254 0 112 27 15 477 110 67
Binary 11011111 111010 10101100 0 1001010 10111 1101 100111111 1001000 110111

Color Harmonies of #DF3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3AAC

Black with #DF3AAC

Text Example


Text Example

White with #DF3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3AAC; }

 p { color: rgb(223,58,172); }

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

background-color css

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

 a { background-color: rgb(223,58,172); }

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

border-color css

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

 span { border-color: rgb(223,58,172); }

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