Html Css Color HEX #DF42AB Brilliant Rose

📋 copy color: '#DF42AB'

red 223 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #DF42AB

Tints of Brilliant Rose #DF42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 48.48%
G = 14.35%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF42AB (or 0xDF42AB) is known color: Brilliant Rose. HEX triplet: DF, 42 and AB. RGB value is (223,66,171). Sum of RGB (Red+Green+Blue) = 223+66+171=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF42AB is #20BD54. Grayscale: #7C7C7C. Windows color (decimal): -2145621 or 11223775. OLE color: 11223775.

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

Color convert

RGB 223 66 171 -
CMYK 0 0.70 0.23 0.13
HSL 319.87º 0.71% 0.57% -
HSV(B) 319.87º 0.7% 0.87% -
XYZ 39.73 22.52 40.78 -
YUV 124.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 223 66 171 0 0.70 0.23 0.13 319.87 0.71 0.57
Hex DF 42 AB 0 46 17 D 140 47 39
Octal 337 102 253 0 106 27 15 500 107 71
Binary 11011111 1000010 10101011 0 1000110 10111 1101 101000000 1000111 111001

Color Harmonies of #DF42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42AB

Black with #DF42AB

Text Example


Text Example

White with #DF42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42AB; }

 p { color: rgb(223,66,171); }

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

background-color css

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

 a { background-color: rgb(223,66,171); }

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

border-color css

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

 span { border-color: rgb(223,66,171); }

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