Html Css Color HEX #DF2DA6 Persian Rose

📋 copy color: '#DF2DA6'

red 223 ◦ green 45 ◦ blue 166

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

Shades of Persian Rose #DF2DA6

Tints of Persian Rose #DF2DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.37%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 51.38%
G = 10.37%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF2DA6 (or 0xDF2DA6) is known color: Persian Rose. HEX triplet: DF, 2D and A6. RGB value is (223,45,166). Sum of RGB (Red+Green+Blue) = 223+45+166=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DA6 is #20D259. Grayscale: #6F6F6F. Windows color (decimal): -2151002 or 10890719. OLE color: 10890719.

HSL color Cylindrical-coordinate representation of color #DF2DA6: hue angle of 319.21º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DA6 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 166 -
CMYK 0 0.80 0.26 0.13
HSL 319.21º 0.74% 0.53% -
HSV(B) 319.21º 0.8% 0.87% -
XYZ 38.25 20.32 37.98 -
YUV 112.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 223 45 166 0 0.80 0.26 0.13 319.21 0.74 0.53
Hex DF 2D A6 0 50 1A D 13F 4A 35
Octal 337 55 246 0 120 32 15 477 112 65
Binary 11011111 101101 10100110 0 1010000 11010 1101 100111111 1001010 110101

Color Harmonies of #DF2DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2DA6

Black with #DF2DA6

Text Example


Text Example

White with #DF2DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2DA6; }

 p { color: rgb(223,45,166); }

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

background-color css

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

 a { background-color: rgb(223,45,166); }

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

border-color css

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

 span { border-color: rgb(223,45,166); }

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