Html Css Color HEX #D665FF Heliotrope

📋 copy color: '#D665FF'

red 214 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #D665FF

Tints of Heliotrope #D665FF

RGB

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

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

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

R = 37.54%
G = 17.72%
B = 44.74%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D665FF (or 0xD665FF) is known color: Heliotrope. HEX triplet: D6, 65 and FF. RGB value is (214,101,255). Sum of RGB (Red+Green+Blue) = 214+101+255=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D665FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665FF is #299A00. Grayscale: #979797. Windows color (decimal): -2726401 or 16737750. OLE color: 16737750.

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

Color convert

RGB 214 101 255 -
CMYK 0.16 0.60 0 0
HSL 284.03º 1% 0.7% -
HSV(B) 284.03º 0.6% 1% -
XYZ 50.44 30.82 97.9 -
YUV 152.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 214 101 255 0.16 0.60 0 0 284.03 1 0.7
Hex D6 65 FF 10 3C 0 0 11C 64 46
Octal 326 145 377 20 74 0 0 434 144 106
Binary 11010110 1100101 11111111 10000 111100 0 0 100011100 1100100 1000110

Color Harmonies of #D665FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665FF

Black with #D665FF

Text Example


Text Example

White with #D665FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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