Html Css Color HEX #D755F9 Heliotrope

📋 copy color: '#D755F9'

red 215 ◦ green 85 ◦ blue 249

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

Shades of Heliotrope #D755F9

Tints of Heliotrope #D755F9

RGB

 RED value IS 215 (84.38% from 255) = 39.16%

 GREEN value IS 85 (33.59% from 255) = 15.48%

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 39.16%
G = 15.48%
B = 45.36%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D755F9 (or 0xD755F9) is known color: Heliotrope. HEX triplet: D7, 55 and F9. RGB value is (215,85,249). Sum of RGB (Red+Green+Blue) = 215+85+249=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #D755F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D755F9 is #28AA06. Grayscale: #8E8E8E. Windows color (decimal): -2664967 or 16340439. OLE color: 16340439.

HSL color Cylindrical-coordinate representation of color #D755F9: hue angle of 287.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D755F9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 85 249 -
CMYK 0.14 0.66 0 0.02
HSL 287.56º 0.93% 0.65% -
HSV(B) 287.56º 0.66% 0.98% -
XYZ 48.37 27.78 92.44 -
YUV 142.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 215 85 249 0.14 0.66 0 0.02 287.56 0.93 0.65
Hex D7 55 F9 E 42 0 2 120 5D 41
Octal 327 125 371 16 102 0 2 440 135 101
Binary 11010111 1010101 11111001 1110 1000010 0 10 100100000 1011101 1000001

Color Harmonies of #D755F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D755F9

Black with #D755F9

Text Example


Text Example

White with #D755F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D755F9; }

 p { color: rgb(215,85,249); }

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

background-color css

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

 a { background-color: rgb(215,85,249); }

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

border-color css

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

 span { border-color: rgb(215,85,249); }

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