Html Css Color HEX #D665EF Heliotrope

📋 copy color: '#D665EF'

red 214 ◦ green 101 ◦ blue 239

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

Shades of Heliotrope #D665EF

Tints of Heliotrope #D665EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 38.63%
G = 18.23%
B = 43.14%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D665EF (or 0xD665EF) is known color: Heliotrope. HEX triplet: D6, 65 and EF. RGB value is (214,101,239). Sum of RGB (Red+Green+Blue) = 214+101+239=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #D665EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665EF is #299A10. Grayscale: #969696. Windows color (decimal): -2726417 or 15689174. OLE color: 15689174.

HSL color Cylindrical-coordinate representation of color #D665EF: hue angle of 289.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D665EF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 101 239 -
CMYK 0.10 0.58 0 0.06
HSL 289.13º 0.81% 0.67% -
HSV(B) 289.13º 0.58% 0.94% -
XYZ 47.97 29.84 84.89 -
YUV 150.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 214 101 239 0.10 0.58 0 0.06 289.13 0.81 0.67
Hex D6 65 EF A 3A 0 6 121 51 43
Octal 326 145 357 12 72 0 6 441 121 103
Binary 11010110 1100101 11101111 1010 111010 0 110 100100001 1010001 1000011

Color Harmonies of #D665EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665EF

Black with #D665EF

Text Example


Text Example

White with #D665EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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