Html Css Color HEX #D770FB Heliotrope

📋 copy color: '#D770FB'

red 215 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #D770FB

Tints of Heliotrope #D770FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 37.2%
G = 19.38%
B = 43.43%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D770FB (or 0xD770FB) is known color: Heliotrope. HEX triplet: D7, 70 and FB. RGB value is (215,112,251). Sum of RGB (Red+Green+Blue) = 215+112+251=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #D770FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FB is #288F04. Grayscale: #9E9E9E. Windows color (decimal): -2658053 or 16478423. OLE color: 16478423.

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

Color convert

RGB 215 112 251 -
CMYK 0.14 0.55 0 0.02
HSL 284.46º 0.95% 0.71% -
HSV(B) 284.46º 0.55% 0.98% -
XYZ 51.23 33 94.94 -
YUV 158.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 215 112 251 0.14 0.55 0 0.02 284.46 0.95 0.71
Hex D7 70 FB E 37 0 2 11C 5F 47
Octal 327 160 373 16 67 0 2 434 137 107
Binary 11010111 1110000 11111011 1110 110111 0 10 100011100 1011111 1000111

Color Harmonies of #D770FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770FB

Black with #D770FB

Text Example


Text Example

White with #D770FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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