Html Css Color HEX #DF3AB1 Persian Rose

📋 copy color: '#DF3AB1'

red 223 ◦ green 58 ◦ blue 177

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

Shades of Persian Rose #DF3AB1

Tints of Persian Rose #DF3AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 48.69%
G = 12.66%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF3AB1 (or 0xDF3AB1) is known color: Persian Rose. HEX triplet: DF, 3A and B1. RGB value is (223,58,177). Sum of RGB (Red+Green+Blue) = 223+58+177=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AB1 is #20C54E. Grayscale: #787878. Windows color (decimal): -2147663 or 11614943. OLE color: 11614943.

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

Color convert

RGB 223 58 177 -
CMYK 0 0.74 0.21 0.13
HSL 316.73º 0.72% 0.55% -
HSV(B) 316.73º 0.74% 0.87% -
XYZ 39.88 21.89 43.72 -
YUV 120.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 223 58 177 0 0.74 0.21 0.13 316.73 0.72 0.55
Hex DF 3A B1 0 4A 15 D 13D 48 37
Octal 337 72 261 0 112 25 15 475 110 67
Binary 11011111 111010 10110001 0 1001010 10101 1101 100111101 1001000 110111

Color Harmonies of #DF3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3AB1

Black with #DF3AB1

Text Example


Text Example

White with #DF3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3AB1; }

 p { color: rgb(223,58,177); }

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

background-color css

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

 a { background-color: rgb(223,58,177); }

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

border-color css

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

 span { border-color: rgb(223,58,177); }

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