Html Css Color HEX #DF42B0 Persian Rose

📋 copy color: '#DF42B0'

red 223 ◦ green 66 ◦ blue 176

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

Shades of Persian Rose #DF42B0

Tints of Persian Rose #DF42B0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

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

R = 47.96%
G = 14.19%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF42B0 (or 0xDF42B0) is known color: Persian Rose. HEX triplet: DF, 42 and B0. RGB value is (223,66,176). Sum of RGB (Red+Green+Blue) = 223+66+176=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF42B0 is #20BD4F. Grayscale: #7D7D7D. Windows color (decimal): -2145616 or 11551455. OLE color: 11551455.

HSL color Cylindrical-coordinate representation of color #DF42B0: hue angle of 317.96º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42B0 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 176 -
CMYK 0 0.70 0.21 0.13
HSL 317.96º 0.71% 0.57% -
HSV(B) 317.96º 0.7% 0.87% -
XYZ 40.22 22.72 43.34 -
YUV 125.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 223 66 176 0 0.70 0.21 0.13 317.96 0.71 0.57
Hex DF 42 B0 0 46 15 D 13E 47 39
Octal 337 102 260 0 106 25 15 476 107 71
Binary 11011111 1000010 10110000 0 1000110 10101 1101 100111110 1000111 111001

Color Harmonies of #DF42B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42B0

Black with #DF42B0

Text Example


Text Example

White with #DF42B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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