Html Css Color HEX #D552F9 Heliotrope

📋 copy color: '#D552F9'

red 213 ◦ green 82 ◦ blue 249

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

Shades of Heliotrope #D552F9

Tints of Heliotrope #D552F9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.07%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 39.15%
G = 15.07%
B = 45.77%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D552F9 (or 0xD552F9) is known color: Heliotrope. HEX triplet: D5, 52 and F9. RGB value is (213,82,249). Sum of RGB (Red+Green+Blue) = 213+82+249=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #D552F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552F9 is #2AAD06. Grayscale: #8B8B8B. Windows color (decimal): -2796807 or 16339669. OLE color: 16339669.

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

Color convert

RGB 213 82 249 -
CMYK 0.14 0.67 0 0.02
HSL 287.07º 0.93% 0.65% -
HSV(B) 287.07º 0.67% 0.98% -
XYZ 47.56 27.02 92.33 -
YUV 140.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 213 82 249 0.14 0.67 0 0.02 287.07 0.93 0.65
Hex D5 52 F9 E 43 0 2 11F 5D 41
Octal 325 122 371 16 103 0 2 437 135 101
Binary 11010101 1010010 11111001 1110 1000011 0 10 100011111 1011101 1000001

Color Harmonies of #D552F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552F9

Black with #D552F9

Text Example


Text Example

White with #D552F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552F9; }

 p { color: rgb(213,82,249); }

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

background-color css

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

 a { background-color: rgb(213,82,249); }

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

border-color css

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

 span { border-color: rgb(213,82,249); }

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