Html Css Color HEX #DF4AB0 Brilliant Rose

📋 copy color: '#DF4AB0'

red 223 ◦ green 74 ◦ blue 176

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

Shades of Brilliant Rose #DF4AB0

Tints of Brilliant Rose #DF4AB0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.64%

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

R = 47.15%
G = 15.64%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF4AB0 (or 0xDF4AB0) is known color: Brilliant Rose. HEX triplet: DF, 4A and B0. RGB value is (223,74,176). Sum of RGB (Red+Green+Blue) = 223+74+176=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AB0 is #20B54F. Grayscale: #818181. Windows color (decimal): -2143568 or 11553503. OLE color: 11553503.

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

Color convert

RGB 223 74 176 -
CMYK 0 0.67 0.21 0.13
HSL 318.93º 0.7% 0.58% -
HSV(B) 318.93º 0.67% 0.87% -
XYZ 40.72 23.72 43.51 -
YUV 130.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 223 74 176 0 0.67 0.21 0.13 318.93 0.7 0.58
Hex DF 4A B0 0 43 15 D 13F 46 3A
Octal 337 112 260 0 103 25 15 477 106 72
Binary 11011111 1001010 10110000 0 1000011 10101 1101 100111111 1000110 111010

Color Harmonies of #DF4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AB0

Black with #DF4AB0

Text Example


Text Example

White with #DF4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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