Html Css Color HEX #D669FB Heliotrope

📋 copy color: '#D669FB'

red 214 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #D669FB

Tints of Heliotrope #D669FB

RGB

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

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

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

R = 37.54%
G = 18.42%
B = 44.04%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D669FB (or 0xD669FB) is known color: Heliotrope. HEX triplet: D6, 69 and FB. RGB value is (214,105,251). Sum of RGB (Red+Green+Blue) = 214+105+251=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #D669FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669FB is #299604. Grayscale: #999999. Windows color (decimal): -2725381 or 16476630. OLE color: 16476630.

HSL color Cylindrical-coordinate representation of color #D669FB: hue angle of 284.79º degrees, saturation: 0.95, 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 #D669FB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 105 251 -
CMYK 0.15 0.58 0 0.02
HSL 284.79º 0.95% 0.7% -
HSV(B) 284.79º 0.58% 0.98% -
XYZ 50.2 31.36 94.68 -
YUV 154.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 214 105 251 0.15 0.58 0 0.02 284.79 0.95 0.7
Hex D6 69 FB F 3A 0 2 11D 5F 46
Octal 326 151 373 17 72 0 2 435 137 106
Binary 11010110 1101001 11111011 1111 111010 0 10 100011101 1011111 1000110

Color Harmonies of #D669FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669FB

Black with #D669FB

Text Example


Text Example

White with #D669FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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