Html Css Color HEX #DE51A5 Brilliant Rose

📋 copy color: '#DE51A5'

red 222 ◦ green 81 ◦ blue 165

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

Shades of Brilliant Rose #DE51A5

Tints of Brilliant Rose #DE51A5

RGB

 RED value IS 222 (87.11% from 255) = 47.44%

 GREEN value IS 81 (32.03% from 255) = 17.31%

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 47.44%
G = 17.31%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE51A5 (or 0xDE51A5) is known color: Brilliant Rose. HEX triplet: DE, 51 and A5. RGB value is (222,81,165). Sum of RGB (Red+Green+Blue) = 222+81+165=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE51A5 is #21AE5A. Grayscale: #848484. Windows color (decimal): -2207323 or 10834398. OLE color: 10834398.

HSL color Cylindrical-coordinate representation of color #DE51A5: hue angle of 324.26º degrees, saturation: 0.68, 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 #DE51A5 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 81 165 -
CMYK 0 0.64 0.26 0.13
HSL 324.26º 0.68% 0.59% -
HSV(B) 324.26º 0.64% 0.87% -
XYZ 39.86 24.13 38.15 -
YUV 132.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 222 81 165 0 0.64 0.26 0.13 324.26 0.68 0.59
Hex DE 51 A5 0 40 1A D 144 44 3B
Octal 336 121 245 0 100 32 15 504 104 73
Binary 11011110 1010001 10100101 0 1000000 11010 1101 101000100 1000100 111011

Color Harmonies of #DE51A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE51A5

Black with #DE51A5

Text Example


Text Example

White with #DE51A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE51A5; }

 p { color: rgb(222,81,165); }

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

background-color css

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

 a { background-color: rgb(222,81,165); }

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

border-color css

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

 span { border-color: rgb(222,81,165); }

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