Html Css Color HEX #DB5CFD Heliotrope

📋 copy color: '#DB5CFD'

red 219 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #DB5CFD

Tints of Heliotrope #DB5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.31%

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

R = 38.83%
G = 16.31%
B = 44.86%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB5CFD (or 0xDB5CFD) is known color: Heliotrope. HEX triplet: DB, 5C and FD. RGB value is (219,92,253). Sum of RGB (Red+Green+Blue) = 219+92+253=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CFD is #24A302. Grayscale: #939393. Windows color (decimal): -2401027 or 16604379. OLE color: 16604379.

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

Color convert

RGB 219 92 253 -
CMYK 0.13 0.64 0 0.01
HSL 287.33º 0.98% 0.68% -
HSV(B) 287.33º 0.64% 0.99% -
XYZ 50.77 29.81 96.01 -
YUV 148.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 219 92 253 0.13 0.64 0 0.01 287.33 0.98 0.68
Hex DB 5C FD D 40 0 1 11F 62 44
Octal 333 134 375 15 100 0 1 437 142 104
Binary 11011011 1011100 11111101 1101 1000000 0 1 100011111 1100010 1000100

Color Harmonies of #DB5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CFD

Black with #DB5CFD

Text Example


Text Example

White with #DB5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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