Html Css Color HEX #DF2FAB Persian Rose

📋 copy color: '#DF2FAB'

red 223 ◦ green 47 ◦ blue 171

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

Shades of Persian Rose #DF2FAB

Tints of Persian Rose #DF2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 50.57%
G = 10.66%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF2FAB (or 0xDF2FAB) is known color: Persian Rose. HEX triplet: DF, 2F and AB. RGB value is (223,47,171). Sum of RGB (Red+Green+Blue) = 223+47+171=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FAB is #20D054. Grayscale: #717171. Windows color (decimal): -2150485 or 11218911. OLE color: 11218911.

HSL color Cylindrical-coordinate representation of color #DF2FAB: hue angle of 317.73º 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 #DF2FAB is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 171 -
CMYK 0 0.79 0.23 0.13
HSL 317.73º 0.73% 0.53% -
HSV(B) 317.73º 0.79% 0.87% -
XYZ 38.8 20.66 40.47 -
YUV 113.76 160.31 205.92 -
System Red Green Blue C M Y K H S L
Decimal 223 47 171 0 0.79 0.23 0.13 317.73 0.73 0.53
Hex DF 2F AB 0 4F 17 D 13E 49 35
Octal 337 57 253 0 117 27 15 476 111 65
Binary 11011111 101111 10101011 0 1001111 10111 1101 100111110 1001001 110101

Color Harmonies of #DF2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FAB

Black with #DF2FAB

Text Example


Text Example

White with #DF2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FAB; }

 p { color: rgb(223,47,171); }

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

background-color css

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

 a { background-color: rgb(223,47,171); }

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

border-color css

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

 span { border-color: rgb(223,47,171); }

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