Html Css Color HEX #DF4BAE Brilliant Rose

📋 copy color: '#DF4BAE'

red 223 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #DF4BAE

Tints of Brilliant Rose #DF4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 47.25%
G = 15.89%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF4BAE (or 0xDF4BAE) is known color: Brilliant Rose. HEX triplet: DF, 4B and AE. RGB value is (223,75,174). Sum of RGB (Red+Green+Blue) = 223+75+174=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4BAE is #20B451. Grayscale: #828282. Windows color (decimal): -2143314 or 11422687. OLE color: 11422687.

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

Color convert

RGB 223 75 174 -
CMYK 0 0.66 0.22 0.13
HSL 319.86º 0.7% 0.58% -
HSV(B) 319.86º 0.66% 0.87% -
XYZ 40.59 23.78 42.49 -
YUV 130.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 223 75 174 0 0.66 0.22 0.13 319.86 0.7 0.58
Hex DF 4B AE 0 42 16 D 140 46 3A
Octal 337 113 256 0 102 26 15 500 106 72
Binary 11011111 1001011 10101110 0 1000010 10110 1101 101000000 1000110 111010

Color Harmonies of #DF4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BAE

Black with #DF4BAE

Text Example


Text Example

White with #DF4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BAE; }

 p { color: rgb(223,75,174); }

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

background-color css

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

 a { background-color: rgb(223,75,174); }

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

border-color css

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

 span { border-color: rgb(223,75,174); }

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