Html Css Color HEX #D74BF6 Heliotrope

📋 copy color: '#D74BF6'

red 215 ◦ green 75 ◦ blue 246

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

Shades of Heliotrope #D74BF6

Tints of Heliotrope #D74BF6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.99%

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 40.11%
G = 13.99%
B = 45.9%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D74BF6 (or 0xD74BF6) is known color: Heliotrope. HEX triplet: D7, 4B and F6. RGB value is (215,75,246). Sum of RGB (Red+Green+Blue) = 215+75+246=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #D74BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74BF6 is #28B409. Grayscale: #878787. Windows color (decimal): -2667530 or 16141271. OLE color: 16141271.

HSL color Cylindrical-coordinate representation of color #D74BF6: hue angle of 289.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74BF6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 75 246 -
CMYK 0.13 0.70 0 0.04
HSL 289.12º 0.9% 0.63% -
HSV(B) 289.12º 0.7% 0.96% -
XYZ 47.17 26.13 89.75 -
YUV 136.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 215 75 246 0.13 0.70 0 0.04 289.12 0.9 0.63
Hex D7 4B F6 D 46 0 4 121 5A 3F
Octal 327 113 366 15 106 0 4 441 132 77
Binary 11010111 1001011 11110110 1101 1000110 0 100 100100001 1011010 111111

Color Harmonies of #D74BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BF6

Black with #D74BF6

Text Example


Text Example

White with #D74BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BF6; }

 p { color: rgb(215,75,246); }

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

background-color css

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

 a { background-color: rgb(215,75,246); }

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

border-color css

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

 span { border-color: rgb(215,75,246); }

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