Html Css Color HEX #D54CFB Heliotrope

📋 copy color: '#D54CFB'

red 213 ◦ green 76 ◦ blue 251

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

Shades of Heliotrope #D54CFB

Tints of Heliotrope #D54CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.07%

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

R = 39.44%
G = 14.07%
B = 46.48%

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

#D54CFB (or 0xD54CFB) is known color: Heliotrope. HEX triplet: D5, 4C and FB. RGB value is (213,76,251). Sum of RGB (Red+Green+Blue) = 213+76+251=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #D54CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CFB is #2AB304. Grayscale: #888888. Windows color (decimal): -2798341 or 16469205. OLE color: 16469205.

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

Color convert

RGB 213 76 251 -
CMYK 0.15 0.70 0 0.02
HSL 286.97º 0.96% 0.64% -
HSV(B) 286.97º 0.7% 0.98% -
XYZ 47.44 26.28 93.84 -
YUV 136.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 213 76 251 0.15 0.70 0 0.02 286.97 0.96 0.64
Hex D5 4C FB F 46 0 2 11F 60 40
Octal 325 114 373 17 106 0 2 437 140 100
Binary 11010101 1001100 11111011 1111 1000110 0 10 100011111 1100000 1000000

Color Harmonies of #D54CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CFB

Black with #D54CFB

Text Example


Text Example

White with #D54CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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