Html Css Color HEX #D655F9 Heliotrope

📋 copy color: '#D655F9'

red 214 ◦ green 85 ◦ blue 249

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

Shades of Heliotrope #D655F9

Tints of Heliotrope #D655F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.51%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 39.05%
G = 15.51%
B = 45.44%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D655F9 (or 0xD655F9) is known color: Heliotrope. HEX triplet: D6, 55 and F9. RGB value is (214,85,249). Sum of RGB (Red+Green+Blue) = 214+85+249=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #D655F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655F9 is #29AA06. Grayscale: #8D8D8D. Windows color (decimal): -2730503 or 16340438. OLE color: 16340438.

HSL color Cylindrical-coordinate representation of color #D655F9: hue angle of 287.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D655F9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 85 249 -
CMYK 0.14 0.66 0 0.02
HSL 287.2º 0.93% 0.65% -
HSV(B) 287.2º 0.66% 0.98% -
XYZ 48.08 27.63 92.42 -
YUV 142.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 214 85 249 0.14 0.66 0 0.02 287.2 0.93 0.65
Hex D6 55 F9 E 42 0 2 11F 5D 41
Octal 326 125 371 16 102 0 2 437 135 101
Binary 11010110 1010101 11111001 1110 1000010 0 10 100011111 1011101 1000001

Color Harmonies of #D655F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655F9

Black with #D655F9

Text Example


Text Example

White with #D655F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655F9; }

 p { color: rgb(214,85,249); }

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

background-color css

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

 a { background-color: rgb(214,85,249); }

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

border-color css

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

 span { border-color: rgb(214,85,249); }

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