Html Css Color HEX #D665F1 Heliotrope

📋 copy color: '#D665F1'

red 214 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #D665F1

Tints of Heliotrope #D665F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.35%

R = 38.49%
G = 18.17%
B = 43.35%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D665F1 (or 0xD665F1) is known color: Heliotrope. HEX triplet: D6, 65 and F1. RGB value is (214,101,241). Sum of RGB (Red+Green+Blue) = 214+101+241=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #D665F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665F1 is #299A0E. Grayscale: #969696. Windows color (decimal): -2726415 or 15820246. OLE color: 15820246.

HSL color Cylindrical-coordinate representation of color #D665F1: hue angle of 288.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D665F1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 101 241 -
CMYK 0.11 0.58 0 0.05
HSL 288.43º 0.83% 0.67% -
HSV(B) 288.43º 0.58% 0.95% -
XYZ 48.26 29.95 86.46 -
YUV 150.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 214 101 241 0.11 0.58 0 0.05 288.43 0.83 0.67
Hex D6 65 F1 B 3A 0 5 120 53 43
Octal 326 145 361 13 72 0 5 440 123 103
Binary 11010110 1100101 11110001 1011 111010 0 101 100100000 1010011 1000011

Color Harmonies of #D665F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665F1

Black with #D665F1

Text Example


Text Example

White with #D665F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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