Html Css Color HEX #D63CFE Heliotrope

📋 copy color: '#D63CFE'

red 214 ◦ green 60 ◦ blue 254

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

Shades of Heliotrope #D63CFE

Tints of Heliotrope #D63CFE

RGB

 RED value IS 214 (83.98% from 255) = 40.53%

 GREEN value IS 60 (23.83% from 255) = 11.36%

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 40.53%
G = 11.36%
B = 48.11%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D63CFE (or 0xD63CFE) is known color: Heliotrope. HEX triplet: D6, 3C and FE. RGB value is (214,60,254). Sum of RGB (Red+Green+Blue) = 214+60+254=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 60 (23.83% from 255 or 11.36% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #D63CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CFE is #29C301. Grayscale: #7F7F7F. Windows color (decimal): -2736898 or 16661718. OLE color: 16661718.

HSL color Cylindrical-coordinate representation of color #D63CFE: hue angle of 287.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63CFE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 60 254 -
CMYK 0.16 0.76 0 0.00
HSL 287.63º 0.99% 0.62% -
HSV(B) 287.63º 0.76% 1% -
XYZ 47.24 24.68 96.04 -
YUV 128.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 214 60 254 0.16 0.76 0 0.00 287.63 0.99 0.62
Hex D6 3C FE 10 4C 0 0 120 63 3E
Octal 326 74 376 20 114 0 0 440 143 76
Binary 11010110 111100 11111110 10000 1001100 0 0 100100000 1100011 111110

Color Harmonies of #D63CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CFE

Black with #D63CFE

Text Example


Text Example

White with #D63CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CFE; }

 p { color: rgb(214,60,254); }

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

background-color css

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

 a { background-color: rgb(214,60,254); }

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

border-color css

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

 span { border-color: rgb(214,60,254); }

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