Html Css Color HEX #DA5FFD Heliotrope

📋 copy color: '#DA5FFD'

red 218 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #DA5FFD

Tints of Heliotrope #DA5FFD

RGB

 RED value IS 218 (85.55% from 255) = 38.52%

 GREEN value IS 95 (37.5% from 255) = 16.78%

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

R = 38.52%
G = 16.78%
B = 44.7%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA5FFD (or 0xDA5FFD) is known color: Heliotrope. HEX triplet: DA, 5F and FD. RGB value is (218,95,253). Sum of RGB (Red+Green+Blue) = 218+95+253=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 95 (37.5% from 255 or 16.78% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FFD is #25A002. Grayscale: #959595. Windows color (decimal): -2465795 or 16605146. OLE color: 16605146.

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

Color convert

RGB 218 95 253 -
CMYK 0.14 0.62 0 0.01
HSL 286.71º 0.98% 0.68% -
HSV(B) 286.71º 0.62% 0.99% -
XYZ 50.74 30.18 96.08 -
YUV 149.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 218 95 253 0.14 0.62 0 0.01 286.71 0.98 0.68
Hex DA 5F FD E 3E 0 1 11F 62 44
Octal 332 137 375 16 76 0 1 437 142 104
Binary 11011010 1011111 11111101 1110 111110 0 1 100011111 1100010 1000100

Color Harmonies of #DA5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5FFD

Black with #DA5FFD

Text Example


Text Example

White with #DA5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5FFD; }

 p { color: rgb(218,95,253); }

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

background-color css

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

 a { background-color: rgb(218,95,253); }

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

border-color css

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

 span { border-color: rgb(218,95,253); }

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