Html Css Color HEX #D550FB Heliotrope

📋 copy color: '#D550FB'

red 213 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #D550FB

Tints of Heliotrope #D550FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.71%

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

R = 39.15%
G = 14.71%
B = 46.14%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D550FB (or 0xD550FB) is known color: Heliotrope. HEX triplet: D5, 50 and FB. RGB value is (213,80,251). Sum of RGB (Red+Green+Blue) = 213+80+251=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #D550FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D550FB is #2AAF04. Grayscale: #8A8A8A. Windows color (decimal): -2797317 or 16470229. OLE color: 16470229.

HSL color Cylindrical-coordinate representation of color #D550FB: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D550FB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 80 251 -
CMYK 0.15 0.68 0 0.02
HSL 286.67º 0.96% 0.65% -
HSV(B) 286.67º 0.68% 0.98% -
XYZ 47.72 26.85 93.93 -
YUV 139.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 213 80 251 0.15 0.68 0 0.02 286.67 0.96 0.65
Hex D5 50 FB F 44 0 2 11F 60 41
Octal 325 120 373 17 104 0 2 437 140 101
Binary 11010101 1010000 11111011 1111 1000100 0 10 100011111 1100000 1000001

Color Harmonies of #D550FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550FB

Black with #D550FB

Text Example


Text Example

White with #D550FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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