Html Css Color HEX #D660FB Heliotrope

📋 copy color: '#D660FB'

red 214 ◦ green 96 ◦ blue 251

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

Shades of Heliotrope #D660FB

Tints of Heliotrope #D660FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.11%

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

R = 38.15%
G = 17.11%
B = 44.74%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D660FB (or 0xD660FB) is known color: Heliotrope. HEX triplet: D6, 60 and FB. RGB value is (214,96,251). Sum of RGB (Red+Green+Blue) = 214+96+251=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D660FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D660FB is #299F04. Grayscale: #949494. Windows color (decimal): -2727685 or 16474326. OLE color: 16474326.

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

Color convert

RGB 214 96 251 -
CMYK 0.15 0.62 0 0.02
HSL 285.68º 0.95% 0.68% -
HSV(B) 285.68º 0.62% 0.98% -
XYZ 49.33 29.63 94.39 -
YUV 148.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 214 96 251 0.15 0.62 0 0.02 285.68 0.95 0.68
Hex D6 60 FB F 3E 0 2 11E 5F 44
Octal 326 140 373 17 76 0 2 436 137 104
Binary 11010110 1100000 11111011 1111 111110 0 10 100011110 1011111 1000100

Color Harmonies of #D660FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D660FB

Black with #D660FB

Text Example


Text Example

White with #D660FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D660FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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