Html Css Color HEX #D76DF2 Heliotrope

📋 copy color: '#D76DF2'

red 215 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #D76DF2

Tints of Heliotrope #D76DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.26%

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 37.99%
G = 19.26%
B = 42.76%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D76DF2 (or 0xD76DF2) is known color: Heliotrope. HEX triplet: D7, 6D and F2. RGB value is (215,109,242). Sum of RGB (Red+Green+Blue) = 215+109+242=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #D76DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76DF2 is #28920D. Grayscale: #9B9B9B. Windows color (decimal): -2658830 or 15887831. OLE color: 15887831.

HSL color Cylindrical-coordinate representation of color #D76DF2: hue angle of 287.82º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76DF2 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 109 242 -
CMYK 0.11 0.55 0 0.05
HSL 287.82º 0.84% 0.69% -
HSV(B) 287.82º 0.55% 0.95% -
XYZ 49.52 31.8 87.53 -
YUV 155.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 215 109 242 0.11 0.55 0 0.05 287.82 0.84 0.69
Hex D7 6D F2 B 37 0 5 120 54 45
Octal 327 155 362 13 67 0 5 440 124 105
Binary 11010111 1101101 11110010 1011 110111 0 101 100100000 1010100 1000101

Color Harmonies of #D76DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DF2

Black with #D76DF2

Text Example


Text Example

White with #D76DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DF2; }

 p { color: rgb(215,109,242); }

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

background-color css

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

 a { background-color: rgb(215,109,242); }

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

border-color css

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

 span { border-color: rgb(215,109,242); }

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