Html Css Color HEX #D74BFA Heliotrope

📋 copy color: '#D74BFA'

red 215 ◦ green 75 ◦ blue 250

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

Shades of Heliotrope #D74BFA

Tints of Heliotrope #D74BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 39.81%
G = 13.89%
B = 46.3%

CMYK

 C value IS 0.14

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D74BFA (or 0xD74BFA) is known color: Heliotrope. HEX triplet: D7, 4B and FA. RGB value is (215,75,250). Sum of RGB (Red+Green+Blue) = 215+75+250=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #D74BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74BFA is #28B405. Grayscale: #888888. Windows color (decimal): -2667526 or 16403415. OLE color: 16403415.

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

Color convert

RGB 215 75 250 -
CMYK 0.14 0.7 0 0.02
HSL 288º 0.95% 0.64% -
HSV(B) 288º 0.7% 0.98% -
XYZ 47.8 26.38 93.02 -
YUV 136.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 215 75 250 0.14 0.7 0 0.02 288 0.95 0.64
Hex D7 4B FA E 46 0 2 120 5F 40
Octal 327 113 372 16 106 0 2 440 137 100
Binary 11010111 1001011 11111010 1110 1000110 0 10 100100000 1011111 1000000

Color Harmonies of #D74BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BFA

Black with #D74BFA

Text Example


Text Example

White with #D74BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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