Html Css Color HEX #D74BFE Heliotrope

📋 copy color: '#D74BFE'

red 215 ◦ green 75 ◦ blue 254

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

Shades of Heliotrope #D74BFE

Tints of Heliotrope #D74BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 39.52%
G = 13.79%
B = 46.69%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D74BFE (or 0xD74BFE) is known color: Heliotrope. HEX triplet: D7, 4B and FE. RGB value is (215,75,254). Sum of RGB (Red+Green+Blue) = 215+75+254=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #D74BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74BFE is #28B401. Grayscale: #888888. Windows color (decimal): -2667522 or 16665559. OLE color: 16665559.

HSL color Cylindrical-coordinate representation of color #D74BFE: hue angle of 286.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74BFE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 75 254 -
CMYK 0.15 0.70 0 0.00
HSL 286.93º 0.99% 0.65% -
HSV(B) 286.93º 0.7% 1% -
XYZ 48.43 26.63 96.35 -
YUV 137.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 215 75 254 0.15 0.70 0 0.00 286.93 0.99 0.65
Hex D7 4B FE F 46 0 0 11F 63 41
Octal 327 113 376 17 106 0 0 437 143 101
Binary 11010111 1001011 11111110 1111 1000110 0 0 100011111 1100011 1000001

Color Harmonies of #D74BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BFE

Black with #D74BFE

Text Example


Text Example

White with #D74BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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