Html Css Color HEX #DC51F9 Heliotrope

📋 copy color: '#DC51F9'

red 220 ◦ green 81 ◦ blue 249

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

Shades of Heliotrope #DC51F9

Tints of Heliotrope #DC51F9

RGB

 RED value IS 220 (86.33% from 255) = 40%

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

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 40%
G = 14.73%
B = 45.27%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC51F9 (or 0xDC51F9) is known color: Heliotrope. HEX triplet: DC, 51 and F9. RGB value is (220,81,249). Sum of RGB (Red+Green+Blue) = 220+81+249=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC51F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC51F9 is #23AE06. Grayscale: #8D8D8D. Windows color (decimal): -2338311 or 16339420. OLE color: 16339420.

HSL color Cylindrical-coordinate representation of color #DC51F9: hue angle of 289.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC51F9 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 81 249 -
CMYK 0.12 0.67 0 0.02
HSL 289.64º 0.93% 0.65% -
HSV(B) 289.64º 0.67% 0.98% -
XYZ 49.56 27.94 92.4 -
YUV 141.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 220 81 249 0.12 0.67 0 0.02 289.64 0.93 0.65
Hex DC 51 F9 C 43 0 2 122 5D 41
Octal 334 121 371 14 103 0 2 442 135 101
Binary 11011100 1010001 11111001 1100 1000011 0 10 100100010 1011101 1000001

Color Harmonies of #DC51F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC51F9

Black with #DC51F9

Text Example


Text Example

White with #DC51F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC51F9; }

 p { color: rgb(220,81,249); }

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

background-color css

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

 a { background-color: rgb(220,81,249); }

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

border-color css

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

 span { border-color: rgb(220,81,249); }

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