Html Css Color HEX #D669FD Heliotrope

📋 copy color: '#D669FD'

red 214 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #D669FD

Tints of Heliotrope #D669FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.36%

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

R = 37.41%
G = 18.36%
B = 44.23%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D669FD (or 0xD669FD) is known color: Heliotrope. HEX triplet: D6, 69 and FD. RGB value is (214,105,253). Sum of RGB (Red+Green+Blue) = 214+105+253=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #D669FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669FD is #299602. Grayscale: #999999. Windows color (decimal): -2725379 or 16607702. OLE color: 16607702.

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

Color convert

RGB 214 105 253 -
CMYK 0.15 0.58 0 0.01
HSL 284.19º 0.97% 0.7% -
HSV(B) 284.19º 0.58% 0.99% -
XYZ 50.51 31.49 96.34 -
YUV 154.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 214 105 253 0.15 0.58 0 0.01 284.19 0.97 0.7
Hex D6 69 FD F 3A 0 1 11C 61 46
Octal 326 151 375 17 72 0 1 434 141 106
Binary 11010110 1101001 11111101 1111 111010 0 1 100011100 1100001 1000110

Color Harmonies of #D669FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669FD

Black with #D669FD

Text Example


Text Example

White with #D669FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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