Html Css Color HEX #D54BF6 Heliotrope

📋 copy color: '#D54BF6'

red 213 ◦ green 75 ◦ blue 246

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

Shades of Heliotrope #D54BF6

Tints of Heliotrope #D54BF6

RGB

 RED value IS 213 (83.59% from 255) = 39.89%

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

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

R = 39.89%
G = 14.04%
B = 46.07%

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

#D54BF6 (or 0xD54BF6) is known color: Heliotrope. HEX triplet: D5, 4B and F6. RGB value is (213,75,246). Sum of RGB (Red+Green+Blue) = 213+75+246=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 75 (29.69% from 255 or 14.04% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #D54BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BF6 is #2AB409. Grayscale: #878787. Windows color (decimal): -2798602 or 16141269. OLE color: 16141269.

HSL color Cylindrical-coordinate representation of color #D54BF6: hue angle of 288.42º 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 #D54BF6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 75 246 -
CMYK 0.13 0.70 0 0.04
HSL 288.42º 0.9% 0.63% -
HSV(B) 288.42º 0.7% 0.96% -
XYZ 46.59 25.83 89.72 -
YUV 135.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 213 75 246 0.13 0.70 0 0.04 288.42 0.9 0.63
Hex D5 4B F6 D 46 0 4 120 5A 3F
Octal 325 113 366 15 106 0 4 440 132 77
Binary 11010101 1001011 11110110 1101 1000110 0 100 100100000 1011010 111111

Color Harmonies of #D54BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BF6

Black with #D54BF6

Text Example


Text Example

White with #D54BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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