Html Css Color HEX #D63BFF Heliotrope

📋 copy color: '#D63BFF'

red 214 ◦ green 59 ◦ blue 255

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

Shades of Heliotrope #D63BFF

Tints of Heliotrope #D63BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.17%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 40.53%
G = 11.17%
B = 48.3%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D63BFF (or 0xD63BFF) is known color: Heliotrope. HEX triplet: D6, 3B and FF. RGB value is (214,59,255). Sum of RGB (Red+Green+Blue) = 214+59+255=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 59 (23.44% from 255 or 11.17% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #D63BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63BFF is #29C400. Grayscale: #7F7F7F. Windows color (decimal): -2737153 or 16726998. OLE color: 16726998.

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

Color convert

RGB 214 59 255 -
CMYK 0.16 0.77 0 0
HSL 287.45º 1% 0.62% -
HSV(B) 287.45º 0.77% 1% -
XYZ 47.35 24.64 96.87 -
YUV 127.69 199.85 189.56 -
System Red Green Blue C M Y K H S L
Decimal 214 59 255 0.16 0.77 0 0 287.45 1 0.62
Hex D6 3B FF 10 4D 0 0 11F 64 3E
Octal 326 73 377 20 115 0 0 437 144 76
Binary 11010110 111011 11111111 10000 1001101 0 0 100011111 1100100 111110

Color Harmonies of #D63BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BFF

Black with #D63BFF

Text Example


Text Example

White with #D63BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BFF; }

 p { color: rgb(214,59,255); }

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

background-color css

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

 a { background-color: rgb(214,59,255); }

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

border-color css

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

 span { border-color: rgb(214,59,255); }

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