Html Css Color HEX #DF52A2 Brilliant Rose

📋 copy color: '#DF52A2'

red 223 ◦ green 82 ◦ blue 162

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

Shades of Brilliant Rose #DF52A2

Tints of Brilliant Rose #DF52A2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.56%

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

R = 47.75%
G = 17.56%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF52A2 (or 0xDF52A2) is known color: Brilliant Rose. HEX triplet: DF, 52 and A2. RGB value is (223,82,162). Sum of RGB (Red+Green+Blue) = 223+82+162=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF52A2 is #20AD5D. Grayscale: #858585. Windows color (decimal): -2141534 or 10638047. OLE color: 10638047.

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

Color convert

RGB 223 82 162 -
CMYK 0 0.63 0.27 0.13
HSL 325.96º 0.69% 0.6% -
HSV(B) 325.96º 0.63% 0.87% -
XYZ 39.97 24.33 36.77 -
YUV 133.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 223 82 162 0 0.63 0.27 0.13 325.96 0.69 0.6
Hex DF 52 A2 0 3F 1B D 146 45 3C
Octal 337 122 242 0 77 33 15 506 105 74
Binary 11011111 1010010 10100010 0 111111 11011 1101 101000110 1000101 111100

Color Harmonies of #DF52A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52A2

Black with #DF52A2

Text Example


Text Example

White with #DF52A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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