Html Css Color HEX #D55CFC Heliotrope

📋 copy color: '#D55CFC'

red 213 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #D55CFC

Tints of Heliotrope #D55CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 38.24%
G = 16.52%
B = 45.24%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D55CFC (or 0xD55CFC) is known color: Heliotrope. HEX triplet: D5, 5C and FC. RGB value is (213,92,252). Sum of RGB (Red+Green+Blue) = 213+92+252=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #D55CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFC is #2AA303. Grayscale: #919191. Windows color (decimal): -2794244 or 16538837. OLE color: 16538837.

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

Color convert

RGB 213 92 252 -
CMYK 0.15 0.63 0 0.01
HSL 285.38º 0.96% 0.67% -
HSV(B) 285.38º 0.63% 0.99% -
XYZ 48.84 28.83 95.09 -
YUV 146.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 213 92 252 0.15 0.63 0 0.01 285.38 0.96 0.67
Hex D5 5C FC F 3F 0 1 11D 60 43
Octal 325 134 374 17 77 0 1 435 140 103
Binary 11010101 1011100 11111100 1111 111111 0 1 100011101 1100000 1000011

Color Harmonies of #D55CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CFC

Black with #D55CFC

Text Example


Text Example

White with #D55CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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