Html Css Color HEX #D85FFD Heliotrope

📋 copy color: '#D85FFD'

red 216 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #D85FFD

Tints of Heliotrope #D85FFD

RGB

 RED value IS 216 (84.77% from 255) = 38.3%

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

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

R = 38.3%
G = 16.84%
B = 44.86%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D85FFD (or 0xD85FFD) is known color: Heliotrope. HEX triplet: D8, 5F and FD. RGB value is (216,95,253). Sum of RGB (Red+Green+Blue) = 216+95+253=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 95 (37.5% from 255 or 16.84% 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 #D85FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FFD is #27A002. Grayscale: #949494. Windows color (decimal): -2596867 or 16605144. OLE color: 16605144.

HSL color Cylindrical-coordinate representation of color #D85FFD: hue angle of 285.95º 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 #D85FFD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 95 253 -
CMYK 0.15 0.62 0 0.01
HSL 285.95º 0.98% 0.68% -
HSV(B) 285.95º 0.62% 0.99% -
XYZ 50.14 29.88 96.05 -
YUV 149.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 216 95 253 0.15 0.62 0 0.01 285.95 0.98 0.68
Hex D8 5F FD F 3E 0 1 11E 62 44
Octal 330 137 375 17 76 0 1 436 142 104
Binary 11011000 1011111 11111101 1111 111110 0 1 100011110 1100010 1000100

Color Harmonies of #D85FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FFD

Black with #D85FFD

Text Example


Text Example

White with #D85FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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