Html Css Color HEX #D685F9 Heliotrope

📋 copy color: '#D685F9'

red 214 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #D685F9

Tints of Heliotrope #D685F9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.32%

 BLUE value IS 249 (97.66% from 255) = 41.78%

R = 35.91%
G = 22.32%
B = 41.78%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D685F9 (or 0xD685F9) is known color: Heliotrope. HEX triplet: D6, 85 and F9. RGB value is (214,133,249). Sum of RGB (Red+Green+Blue) = 214+133+249=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #D685F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685F9 is #297A06. Grayscale: #AAAAAA. Windows color (decimal): -2718215 or 16352726. OLE color: 16352726.

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

Color convert

RGB 214 133 249 -
CMYK 0.14 0.47 0 0.02
HSL 281.9º 0.91% 0.75% -
HSV(B) 281.9º 0.47% 0.98% -
XYZ 53.22 37.91 94.14 -
YUV 170.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 214 133 249 0.14 0.47 0 0.02 281.9 0.91 0.75
Hex D6 85 F9 E 2F 0 2 11A 5B 4B
Octal 326 205 371 16 57 0 2 432 133 113
Binary 11010110 10000101 11111001 1110 101111 0 10 100011010 1011011 1001011

Color Harmonies of #D685F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685F9

Black with #D685F9

Text Example


Text Example

White with #D685F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685F9; }

 p { color: rgb(214,133,249); }

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

background-color css

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

 a { background-color: rgb(214,133,249); }

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

border-color css

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

 span { border-color: rgb(214,133,249); }

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