Html Css Color HEX #DF027B Medium Violet Red

📋 copy color: '#DF027B'

red 223 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #DF027B

Tints of Medium Violet Red #DF027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 64.08%
G = 0.57%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF027B (or 0xDF027B) is known color: Medium Violet Red. HEX triplet: DF, 02 and 7B. RGB value is (223,2,123). Sum of RGB (Red+Green+Blue) = 223+2+123=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF027B is #20FD84. Grayscale: #515151. Windows color (decimal): -2162053 or 8061663. OLE color: 8061663.

HSL color Cylindrical-coordinate representation of color #DF027B: hue angle of 327.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF027B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 123 -
CMYK 0 0.99 0.45 0.13
HSL 327.15º 0.98% 0.44% -
HSV(B) 327.15º 0.99% 0.87% -
XYZ 34.03 17.16 20.26 -
YUV 81.87 151.22 228.66 -
System Red Green Blue C M Y K H S L
Decimal 223 2 123 0 0.99 0.45 0.13 327.15 0.98 0.44
Hex DF 2 7B 0 63 2D D 147 62 2C
Octal 337 2 173 0 143 55 15 507 142 54
Binary 11011111 10 1111011 0 1100011 101101 1101 101000111 1100010 101100

Color Harmonies of #DF027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF027B

Black with #DF027B

Text Example


Text Example

White with #DF027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF027B; }

 p { color: rgb(223,2,123); }

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

background-color css

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

 a { background-color: rgb(223,2,123); }

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

border-color css

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

 span { border-color: rgb(223,2,123); }

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