Html Css Color HEX #DB74FD Heliotrope

📋 copy color: '#DB74FD'

red 219 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #DB74FD

Tints of Heliotrope #DB74FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.73%

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 37.24%
G = 19.73%
B = 43.03%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB74FD (or 0xDB74FD) is known color: Heliotrope. HEX triplet: DB, 74 and FD. RGB value is (219,116,253). Sum of RGB (Red+Green+Blue) = 219+116+253=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74FD is #248B02. Grayscale: #A1A1A1. Windows color (decimal): -2394883 or 16610523. OLE color: 16610523.

HSL color Cylindrical-coordinate representation of color #DB74FD: hue angle of 285.11º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB74FD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 116 253 -
CMYK 0.13 0.54 0 0.01
HSL 285.11º 0.97% 0.72% -
HSV(B) 285.11º 0.54% 0.99% -
XYZ 53.19 34.64 96.81 -
YUV 162.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 219 116 253 0.13 0.54 0 0.01 285.11 0.97 0.72
Hex DB 74 FD D 36 0 1 11D 61 48
Octal 333 164 375 15 66 0 1 435 141 110
Binary 11011011 1110100 11111101 1101 110110 0 1 100011101 1100001 1001000

Color Harmonies of #DB74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74FD

Black with #DB74FD

Text Example


Text Example

White with #DB74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74FD; }

 p { color: rgb(219,116,253); }

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

background-color css

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

 a { background-color: rgb(219,116,253); }

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

border-color css

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

 span { border-color: rgb(219,116,253); }

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