Html Css Color HEX #D655FD Heliotrope

📋 copy color: '#D655FD'

red 214 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #D655FD

Tints of Heliotrope #D655FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 38.77%
G = 15.4%
B = 45.83%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D655FD (or 0xD655FD) is known color: Heliotrope. HEX triplet: D6, 55 and FD. RGB value is (214,85,253). Sum of RGB (Red+Green+Blue) = 214+85+253=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #D655FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FD is #29AA02. Grayscale: #8E8E8E. Windows color (decimal): -2730499 or 16602582. OLE color: 16602582.

HSL color Cylindrical-coordinate representation of color #D655FD: hue angle of 286.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D655FD is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 85 253 -
CMYK 0.15 0.66 0 0.01
HSL 286.07º 0.98% 0.66% -
HSV(B) 286.07º 0.66% 0.99% -
XYZ 48.71 27.88 95.74 -
YUV 142.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 214 85 253 0.15 0.66 0 0.01 286.07 0.98 0.66
Hex D6 55 FD F 42 0 1 11E 62 42
Octal 326 125 375 17 102 0 1 436 142 102
Binary 11010110 1010101 11111101 1111 1000010 0 1 100011110 1100010 1000010

Color Harmonies of #D655FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655FD

Black with #D655FD

Text Example


Text Example

White with #D655FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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