Html Css Color HEX #DB75F1 Heliotrope

📋 copy color: '#DB75F1'

red 219 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #DB75F1

Tints of Heliotrope #DB75F1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.28%

 BLUE value IS 241 (94.53% from 255) = 41.77%

R = 37.95%
G = 20.28%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB75F1 (or 0xDB75F1) is known color: Heliotrope. HEX triplet: DB, 75 and F1. RGB value is (219,117,241). Sum of RGB (Red+Green+Blue) = 219+117+241=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75F1 is #248A0E. Grayscale: #A1A1A1. Windows color (decimal): -2394639 or 15824347. OLE color: 15824347.

HSL color Cylindrical-coordinate representation of color #DB75F1: hue angle of 289.35º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB75F1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 117 241 -
CMYK 0.09 0.51 0 0.05
HSL 289.35º 0.82% 0.7% -
HSV(B) 289.35º 0.51% 0.95% -
XYZ 51.45 34.13 87.1 -
YUV 161.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 219 117 241 0.09 0.51 0 0.05 289.35 0.82 0.7
Hex DB 75 F1 9 33 0 5 121 52 46
Octal 333 165 361 11 63 0 5 441 122 106
Binary 11011011 1110101 11110001 1001 110011 0 101 100100001 1010010 1000110

Color Harmonies of #DB75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75F1

Black with #DB75F1

Text Example


Text Example

White with #DB75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75F1; }

 p { color: rgb(219,117,241); }

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

background-color css

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

 a { background-color: rgb(219,117,241); }

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

border-color css

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

 span { border-color: rgb(219,117,241); }

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