Html Css Color HEX #DF4FAF Brilliant Rose

📋 copy color: '#DF4FAF'

red 223 ◦ green 79 ◦ blue 175

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

Shades of Brilliant Rose #DF4FAF

Tints of Brilliant Rose #DF4FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 46.75%
G = 16.56%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF4FAF (or 0xDF4FAF) is known color: Brilliant Rose. HEX triplet: DF, 4F and AF. RGB value is (223,79,175). Sum of RGB (Red+Green+Blue) = 223+79+175=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4FAF is #20B050. Grayscale: #848484. Windows color (decimal): -2142289 or 11489247. OLE color: 11489247.

HSL color Cylindrical-coordinate representation of color #DF4FAF: hue angle of 320º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4FAF is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 79 175 -
CMYK 0 0.65 0.22 0.13
HSL 320º 0.69% 0.59% -
HSV(B) 320º 0.65% 0.87% -
XYZ 40.97 24.38 43.1 -
YUV 133 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 223 79 175 0 0.65 0.22 0.13 320 0.69 0.59
Hex DF 4F AF 0 41 16 D 140 45 3B
Octal 337 117 257 0 101 26 15 500 105 73
Binary 11011111 1001111 10101111 0 1000001 10110 1101 101000000 1000101 111011

Color Harmonies of #DF4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4FAF

Black with #DF4FAF

Text Example


Text Example

White with #DF4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4FAF; }

 p { color: rgb(223,79,175); }

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

background-color css

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

 a { background-color: rgb(223,79,175); }

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

border-color css

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

 span { border-color: rgb(223,79,175); }

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