Html Css Color HEX #D54BFB Heliotrope

📋 copy color: '#D54BFB'

red 213 ◦ green 75 ◦ blue 251

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

Shades of Heliotrope #D54BFB

Tints of Heliotrope #D54BFB

RGB

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

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

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

R = 39.52%
G = 13.91%
B = 46.57%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D54BFB (or 0xD54BFB) is known color: Heliotrope. HEX triplet: D5, 4B and FB. RGB value is (213,75,251). Sum of RGB (Red+Green+Blue) = 213+75+251=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 75 (29.69% from 255 or 13.91% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #D54BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BFB is #2AB404. Grayscale: #878787. Windows color (decimal): -2798597 or 16468949. OLE color: 16468949.

HSL color Cylindrical-coordinate representation of color #D54BFB: hue angle of 287.05º degrees, saturation: 0.96, 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 #D54BFB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 75 251 -
CMYK 0.15 0.70 0 0.02
HSL 287.05º 0.96% 0.64% -
HSV(B) 287.05º 0.7% 0.98% -
XYZ 47.37 26.14 93.82 -
YUV 136.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 213 75 251 0.15 0.70 0 0.02 287.05 0.96 0.64
Hex D5 4B FB F 46 0 2 11F 60 40
Octal 325 113 373 17 106 0 2 437 140 100
Binary 11010101 1001011 11111011 1111 1000110 0 10 100011111 1100000 1000000

Color Harmonies of #D54BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BFB

Black with #D54BFB

Text Example


Text Example

White with #D54BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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