Html Css Color HEX #D665FE Heliotrope

📋 copy color: '#D665FE'

red 214 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #D665FE

Tints of Heliotrope #D665FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.75%

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

R = 37.61%
G = 17.75%
B = 44.64%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D665FE (or 0xD665FE) is known color: Heliotrope. HEX triplet: D6, 65 and FE. RGB value is (214,101,254). Sum of RGB (Red+Green+Blue) = 214+101+254=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #D665FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665FE is #299A01. Grayscale: #979797. Windows color (decimal): -2726402 or 16672214. OLE color: 16672214.

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

Color convert

RGB 214 101 254 -
CMYK 0.16 0.60 0 0.00
HSL 284.31º 0.99% 0.7% -
HSV(B) 284.31º 0.6% 1% -
XYZ 50.27 30.76 97.05 -
YUV 152.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 214 101 254 0.16 0.60 0 0.00 284.31 0.99 0.7
Hex D6 65 FE 10 3C 0 0 11C 63 46
Octal 326 145 376 20 74 0 0 434 143 106
Binary 11010110 1100101 11111110 10000 111100 0 0 100011100 1100011 1000110

Color Harmonies of #D665FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665FE

Black with #D665FE

Text Example


Text Example

White with #D665FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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