Html Css Color HEX #DF50A2 Brilliant Rose

📋 copy color: '#DF50A2'

red 223 ◦ green 80 ◦ blue 162

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

Shades of Brilliant Rose #DF50A2

Tints of Brilliant Rose #DF50A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 47.96%
G = 17.2%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF50A2 (or 0xDF50A2) is known color: Brilliant Rose. HEX triplet: DF, 50 and A2. RGB value is (223,80,162). Sum of RGB (Red+Green+Blue) = 223+80+162=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A2 is #20AF5D. Grayscale: #838383. Windows color (decimal): -2142046 or 10637535. OLE color: 10637535.

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

Color convert

RGB 223 80 162 -
CMYK 0 0.64 0.27 0.13
HSL 325.59º 0.69% 0.59% -
HSV(B) 325.59º 0.64% 0.87% -
XYZ 39.82 24.03 36.72 -
YUV 132.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 223 80 162 0 0.64 0.27 0.13 325.59 0.69 0.59
Hex DF 50 A2 0 40 1B D 146 45 3B
Octal 337 120 242 0 100 33 15 506 105 73
Binary 11011111 1010000 10100010 0 1000000 11011 1101 101000110 1000101 111011

Color Harmonies of #DF50A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50A2

Black with #DF50A2

Text Example


Text Example

White with #DF50A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50A2; }

 p { color: rgb(223,80,162); }

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

background-color css

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

 a { background-color: rgb(223,80,162); }

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

border-color css

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

 span { border-color: rgb(223,80,162); }

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