Html Css Color HEX #D74DFB Heliotrope

📋 copy color: '#D74DFB'

red 215 ◦ green 77 ◦ blue 251

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

Shades of Heliotrope #D74DFB

Tints of Heliotrope #D74DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.18%

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

R = 39.59%
G = 14.18%
B = 46.22%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D74DFB (or 0xD74DFB) is known color: Heliotrope. HEX triplet: D7, 4D and FB. RGB value is (215,77,251). Sum of RGB (Red+Green+Blue) = 215+77+251=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #D74DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DFB is #28B204. Grayscale: #898989. Windows color (decimal): -2667013 or 16469463. OLE color: 16469463.

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

Color convert

RGB 215 77 251 -
CMYK 0.14 0.69 0 0.02
HSL 287.59º 0.96% 0.64% -
HSV(B) 287.59º 0.69% 0.98% -
XYZ 48.09 26.72 93.89 -
YUV 138.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 215 77 251 0.14 0.69 0 0.02 287.59 0.96 0.64
Hex D7 4D FB E 45 0 2 120 60 40
Octal 327 115 373 16 105 0 2 440 140 100
Binary 11010111 1001101 11111011 1110 1000101 0 10 100100000 1100000 1000000

Color Harmonies of #D74DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DFB

Black with #D74DFB

Text Example


Text Example

White with #D74DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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