Html Css Color HEX #D655FB Heliotrope

📋 copy color: '#D655FB'

red 214 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #D655FB

Tints of Heliotrope #D655FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.64%

R = 38.91%
G = 15.45%
B = 45.64%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D655FB (or 0xD655FB) is known color: Heliotrope. HEX triplet: D6, 55 and FB. RGB value is (214,85,251). Sum of RGB (Red+Green+Blue) = 214+85+251=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #D655FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FB is #29AA04. Grayscale: #8D8D8D. Windows color (decimal): -2730501 or 16471510. OLE color: 16471510.

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

Color convert

RGB 214 85 251 -
CMYK 0.15 0.66 0 0.02
HSL 286.63º 0.95% 0.66% -
HSV(B) 286.63º 0.66% 0.98% -
XYZ 48.39 27.76 94.07 -
YUV 142.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 214 85 251 0.15 0.66 0 0.02 286.63 0.95 0.66
Hex D6 55 FB F 42 0 2 11F 5F 42
Octal 326 125 373 17 102 0 2 437 137 102
Binary 11010110 1010101 11111011 1111 1000010 0 10 100011111 1011111 1000010

Color Harmonies of #D655FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655FB

Black with #D655FB

Text Example


Text Example

White with #D655FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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