Html Css Color HEX #D669FA Heliotrope

📋 copy color: '#D669FA'

red 214 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #D669FA

Tints of Heliotrope #D669FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 37.61%
G = 18.45%
B = 43.94%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D669FA (or 0xD669FA) is known color: Heliotrope. HEX triplet: D6, 69 and FA. RGB value is (214,105,250). Sum of RGB (Red+Green+Blue) = 214+105+250=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #D669FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669FA is #299605. Grayscale: #999999. Windows color (decimal): -2725382 or 16411094. OLE color: 16411094.

HSL color Cylindrical-coordinate representation of color #D669FA: hue angle of 285.1º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D669FA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 105 250 -
CMYK 0.14 0.58 0 0.02
HSL 285.1º 0.94% 0.7% -
HSV(B) 285.1º 0.58% 0.98% -
XYZ 50.04 31.3 93.85 -
YUV 154.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 214 105 250 0.14 0.58 0 0.02 285.1 0.94 0.7
Hex D6 69 FA E 3A 0 2 11D 5E 46
Octal 326 151 372 16 72 0 2 435 136 106
Binary 11010110 1101001 11111010 1110 111010 0 10 100011101 1011110 1000110

Color Harmonies of #D669FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669FA

Black with #D669FA

Text Example


Text Example

White with #D669FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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