Html Css Color HEX #D642FE Heliotrope

📋 copy color: '#D642FE'

red 214 ◦ green 66 ◦ blue 254

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

Shades of Heliotrope #D642FE

Tints of Heliotrope #D642FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.36%

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

R = 40.07%
G = 12.36%
B = 47.57%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D642FE (or 0xD642FE) is known color: Heliotrope. HEX triplet: D6, 42 and FE. RGB value is (214,66,254). Sum of RGB (Red+Green+Blue) = 214+66+254=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #D642FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D642FE is #29BD01. Grayscale: #838383. Windows color (decimal): -2735362 or 16663254. OLE color: 16663254.

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

Color convert

RGB 214 66 254 -
CMYK 0.16 0.74 0 0.00
HSL 287.23º 0.99% 0.63% -
HSV(B) 287.23º 0.74% 1% -
XYZ 47.57 25.35 96.15 -
YUV 131.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 214 66 254 0.16 0.74 0 0.00 287.23 0.99 0.63
Hex D6 42 FE 10 4A 0 0 11F 63 3F
Octal 326 102 376 20 112 0 0 437 143 77
Binary 11010110 1000010 11111110 10000 1001010 0 0 100011111 1100011 111111

Color Harmonies of #D642FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D642FE

Black with #D642FE

Text Example


Text Example

White with #D642FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D642FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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