Html Css Color HEX #DF46AF Brilliant Rose

📋 copy color: '#DF46AF'

red 223 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #DF46AF

Tints of Brilliant Rose #DF46AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.96%

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

R = 47.65%
G = 14.96%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF46AF (or 0xDF46AF) is known color: Brilliant Rose. HEX triplet: DF, 46 and AF. RGB value is (223,70,175). Sum of RGB (Red+Green+Blue) = 223+70+175=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF46AF is #20B950. Grayscale: #7F7F7F. Windows color (decimal): -2144593 or 11486943. OLE color: 11486943.

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

Color convert

RGB 223 70 175 -
CMYK 0 0.69 0.22 0.13
HSL 318.82º 0.71% 0.57% -
HSV(B) 318.82º 0.69% 0.87% -
XYZ 40.36 23.16 42.9 -
YUV 127.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 223 70 175 0 0.69 0.22 0.13 318.82 0.71 0.57
Hex DF 46 AF 0 45 16 D 13F 47 39
Octal 337 106 257 0 105 26 15 477 107 71
Binary 11011111 1000110 10101111 0 1000101 10110 1101 100111111 1000111 111001

Color Harmonies of #DF46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46AF

Black with #DF46AF

Text Example


Text Example

White with #DF46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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