Html Css Color HEX #DF3CAA Persian Rose

📋 copy color: '#DF3CAA'

red 223 ◦ green 60 ◦ blue 170

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

Shades of Persian Rose #DF3CAA

Tints of Persian Rose #DF3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

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

R = 49.23%
G = 13.25%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF3CAA (or 0xDF3CAA) is known color: Persian Rose. HEX triplet: DF, 3C and AA. RGB value is (223,60,170). Sum of RGB (Red+Green+Blue) = 223+60+170=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3CAA is #20C355. Grayscale: #787878. Windows color (decimal): -2147158 or 11156703. OLE color: 11156703.

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

Color convert

RGB 223 60 170 -
CMYK 0 0.73 0.24 0.13
HSL 319.51º 0.72% 0.55% -
HSV(B) 319.51º 0.73% 0.87% -
XYZ 39.3 21.82 40.17 -
YUV 121.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 223 60 170 0 0.73 0.24 0.13 319.51 0.72 0.55
Hex DF 3C AA 0 49 18 D 140 48 37
Octal 337 74 252 0 111 30 15 500 110 67
Binary 11011111 111100 10101010 0 1001001 11000 1101 101000000 1001000 110111

Color Harmonies of #DF3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3CAA

Black with #DF3CAA

Text Example


Text Example

White with #DF3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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