Html Css Color HEX #D661FD Heliotrope

📋 copy color: '#D661FD'

red 214 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D661FD

Tints of Heliotrope #D661FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.2%

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

R = 37.94%
G = 17.2%
B = 44.86%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D661FD (or 0xD661FD) is known color: Heliotrope. HEX triplet: D6, 61 and FD. RGB value is (214,97,253). Sum of RGB (Red+Green+Blue) = 214+97+253=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #D661FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661FD is #299E02. Grayscale: #959595. Windows color (decimal): -2727427 or 16605654. OLE color: 16605654.

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

Color convert

RGB 214 97 253 -
CMYK 0.15 0.62 0 0.01
HSL 285º 0.98% 0.69% -
HSV(B) 285º 0.62% 0.99% -
XYZ 49.74 29.94 96.09 -
YUV 149.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 214 97 253 0.15 0.62 0 0.01 285 0.98 0.69
Hex D6 61 FD F 3E 0 1 11D 62 45
Octal 326 141 375 17 76 0 1 435 142 105
Binary 11010110 1100001 11111101 1111 111110 0 1 100011101 1100010 1000101

Color Harmonies of #D661FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661FD

Black with #D661FD

Text Example


Text Example

White with #D661FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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