Html Css Color HEX #DB42FD Heliotrope

📋 copy color: '#DB42FD'

red 219 ◦ green 66 ◦ blue 253

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

Shades of Heliotrope #DB42FD

Tints of Heliotrope #DB42FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.27%

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

R = 40.71%
G = 12.27%
B = 47.03%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB42FD (or 0xDB42FD) is known color: Heliotrope. HEX triplet: DB, 42 and FD. RGB value is (219,66,253). Sum of RGB (Red+Green+Blue) = 219+66+253=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 66 (26.17% from 255 or 12.27% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42FD is #24BD02. Grayscale: #848484. Windows color (decimal): -2407683 or 16597723. OLE color: 16597723.

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

Color convert

RGB 219 66 253 -
CMYK 0.13 0.74 0 0.01
HSL 289.09º 0.98% 0.63% -
HSV(B) 289.09º 0.74% 0.99% -
XYZ 48.89 26.05 95.38 -
YUV 133.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 219 66 253 0.13 0.74 0 0.01 289.09 0.98 0.63
Hex DB 42 FD D 4A 0 1 121 62 3F
Octal 333 102 375 15 112 0 1 441 142 77
Binary 11011011 1000010 11111101 1101 1001010 0 1 100100001 1100010 111111

Color Harmonies of #DB42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42FD

Black with #DB42FD

Text Example


Text Example

White with #DB42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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