Html Css Color HEX #DF2EA7 Persian Rose

📋 copy color: '#DF2EA7'

red 223 ◦ green 46 ◦ blue 167

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

Shades of Persian Rose #DF2EA7

Tints of Persian Rose #DF2EA7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.55%

 BLUE value IS 167 (65.63% from 255) = 38.3%

R = 51.15%
G = 10.55%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF2EA7 (or 0xDF2EA7) is known color: Persian Rose. HEX triplet: DF, 2E and A7. RGB value is (223,46,167). Sum of RGB (Red+Green+Blue) = 223+46+167=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA7 is #20D158. Grayscale: #707070. Windows color (decimal): -2150745 or 10956511. OLE color: 10956511.

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

Color convert

RGB 223 46 167 -
CMYK 0 0.79 0.25 0.13
HSL 318.98º 0.73% 0.53% -
HSV(B) 318.98º 0.79% 0.87% -
XYZ 38.38 20.43 38.48 -
YUV 112.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 223 46 167 0 0.79 0.25 0.13 318.98 0.73 0.53
Hex DF 2E A7 0 4F 19 D 13F 49 35
Octal 337 56 247 0 117 31 15 477 111 65
Binary 11011111 101110 10100111 0 1001111 11001 1101 100111111 1001001 110101

Color Harmonies of #DF2EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2EA7

Black with #DF2EA7

Text Example


Text Example

White with #DF2EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2EA7; }

 p { color: rgb(223,46,167); }

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

background-color css

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

 a { background-color: rgb(223,46,167); }

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

border-color css

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

 span { border-color: rgb(223,46,167); }

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