Html Css Color HEX #DB7FF0 Heliotrope

📋 copy color: '#DB7FF0'

red 219 ◦ green 127 ◦ blue 240

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

Shades of Heliotrope #DB7FF0

Tints of Heliotrope #DB7FF0

RGB

 RED value IS 219 (85.94% from 255) = 37.37%

 GREEN value IS 127 (50% from 255) = 21.67%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 37.37%
G = 21.67%
B = 40.96%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB7FF0 (or 0xDB7FF0) is known color: Heliotrope. HEX triplet: DB, 7F and F0. RGB value is (219,127,240). Sum of RGB (Red+Green+Blue) = 219+127+240=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FF0 is #24800F. Grayscale: #A7A7A7. Windows color (decimal): -2392080 or 15761371. OLE color: 15761371.

HSL color Cylindrical-coordinate representation of color #DB7FF0: hue angle of 288.85º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7FF0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 127 240 -
CMYK 0.09 0.47 0 0.06
HSL 288.85º 0.79% 0.72% -
HSV(B) 288.85º 0.47% 0.94% -
XYZ 52.53 36.53 86.72 -
YUV 167.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 219 127 240 0.09 0.47 0 0.06 288.85 0.79 0.72
Hex DB 7F F0 9 2F 0 6 121 4F 48
Octal 333 177 360 11 57 0 6 441 117 110
Binary 11011011 1111111 11110000 1001 101111 0 110 100100001 1001111 1001000

Color Harmonies of #DB7FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FF0

Black with #DB7FF0

Text Example


Text Example

White with #DB7FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FF0; }

 p { color: rgb(219,127,240); }

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

background-color css

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

 a { background-color: rgb(219,127,240); }

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

border-color css

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

 span { border-color: rgb(219,127,240); }

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