Html Css Color HEX #D55CFB Heliotrope

📋 copy color: '#D55CFB'

red 213 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D55CFB

Tints of Heliotrope #D55CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.55%

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

R = 38.31%
G = 16.55%
B = 45.14%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D55CFB (or 0xD55CFB) is known color: Heliotrope. HEX triplet: D5, 5C and FB. RGB value is (213,92,251). Sum of RGB (Red+Green+Blue) = 213+92+251=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D55CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFB is #2AA304. Grayscale: #919191. Windows color (decimal): -2794245 or 16473301. OLE color: 16473301.

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

Color convert

RGB 213 92 251 -
CMYK 0.15 0.63 0 0.02
HSL 285.66º 0.95% 0.67% -
HSV(B) 285.66º 0.63% 0.98% -
XYZ 48.68 28.77 94.25 -
YUV 146.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 213 92 251 0.15 0.63 0 0.02 285.66 0.95 0.67
Hex D5 5C FB F 3F 0 2 11E 5F 43
Octal 325 134 373 17 77 0 2 436 137 103
Binary 11010101 1011100 11111011 1111 111111 0 10 100011110 1011111 1000011

Color Harmonies of #D55CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CFB

Black with #D55CFB

Text Example


Text Example

White with #D55CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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