Html Css Color HEX #DF3AB0 Persian Rose

📋 copy color: '#DF3AB0'

red 223 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #DF3AB0

Tints of Persian Rose #DF3AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 48.8%
G = 12.69%
B = 38.51%

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

#DF3AB0 (or 0xDF3AB0) is known color: Persian Rose. HEX triplet: DF, 3A and B0. RGB value is (223,58,176). Sum of RGB (Red+Green+Blue) = 223+58+176=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AB0 is #20C54F. Grayscale: #787878. Windows color (decimal): -2147664 or 11549407. OLE color: 11549407.

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

Color convert

RGB 223 58 176 -
CMYK 0 0.74 0.21 0.13
HSL 317.09º 0.72% 0.55% -
HSV(B) 317.09º 0.74% 0.87% -
XYZ 39.78 21.85 43.19 -
YUV 120.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 223 58 176 0 0.74 0.21 0.13 317.09 0.72 0.55
Hex DF 3A B0 0 4A 15 D 13D 48 37
Octal 337 72 260 0 112 25 15 475 110 67
Binary 11011111 111010 10110000 0 1001010 10101 1101 100111101 1001000 110111

Color Harmonies of #DF3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3AB0

Black with #DF3AB0

Text Example


Text Example

White with #DF3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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