Html Css Color HEX #DF3EAC Persian Rose

📋 copy color: '#DF3EAC'

red 223 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #DF3EAC

Tints of Persian Rose #DF3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.57%

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

R = 48.8%
G = 13.57%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF3EAC (or 0xDF3EAC) is known color: Persian Rose. HEX triplet: DF, 3E and AC. RGB value is (223,62,172). Sum of RGB (Red+Green+Blue) = 223+62+172=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3EAC is #20C153. Grayscale: #7A7A7A. Windows color (decimal): -2146644 or 11288287. OLE color: 11288287.

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

Color convert

RGB 223 62 172 -
CMYK 0 0.72 0.23 0.13
HSL 319.01º 0.72% 0.56% -
HSV(B) 319.01º 0.72% 0.87% -
XYZ 39.6 22.11 41.21 -
YUV 122.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 223 62 172 0 0.72 0.23 0.13 319.01 0.72 0.56
Hex DF 3E AC 0 48 17 D 13F 48 38
Octal 337 76 254 0 110 27 15 477 110 70
Binary 11011111 111110 10101100 0 1001000 10111 1101 100111111 1001000 111000

Color Harmonies of #DF3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3EAC

Black with #DF3EAC

Text Example


Text Example

White with #DF3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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