Html Css Color HEX #D770FD Heliotrope

📋 copy color: '#D770FD'

red 215 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #D770FD

Tints of Heliotrope #D770FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.31%

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

R = 37.07%
G = 19.31%
B = 43.62%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D770FD (or 0xD770FD) is known color: Heliotrope. HEX triplet: D7, 70 and FD. RGB value is (215,112,253). Sum of RGB (Red+Green+Blue) = 215+112+253=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #D770FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FD is #288F02. Grayscale: #9E9E9E. Windows color (decimal): -2658051 or 16609495. OLE color: 16609495.

HSL color Cylindrical-coordinate representation of color #D770FD: hue angle of 283.83º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D770FD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 112 253 -
CMYK 0.15 0.56 0 0.01
HSL 283.83º 0.97% 0.72% -
HSV(B) 283.83º 0.56% 0.99% -
XYZ 51.55 33.13 96.61 -
YUV 158.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 215 112 253 0.15 0.56 0 0.01 283.83 0.97 0.72
Hex D7 70 FD F 38 0 1 11C 61 48
Octal 327 160 375 17 70 0 1 434 141 110
Binary 11010111 1110000 11111101 1111 111000 0 1 100011100 1100001 1001000

Color Harmonies of #D770FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770FD

Black with #D770FD

Text Example


Text Example

White with #D770FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770FD; }

 p { color: rgb(215,112,253); }

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

background-color css

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

 a { background-color: rgb(215,112,253); }

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

border-color css

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

 span { border-color: rgb(215,112,253); }

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