Html Css Color HEX #D552F7 Heliotrope

📋 copy color: '#D552F7'

red 213 ◦ green 82 ◦ blue 247

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

Shades of Heliotrope #D552F7

Tints of Heliotrope #D552F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 39.3%
G = 15.13%
B = 45.57%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D552F7 (or 0xD552F7) is known color: Heliotrope. HEX triplet: D5, 52 and F7. RGB value is (213,82,247). Sum of RGB (Red+Green+Blue) = 213+82+247=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #D552F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552F7 is #2AAD08. Grayscale: #8B8B8B. Windows color (decimal): -2796809 or 16208597. OLE color: 16208597.

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

Color convert

RGB 213 82 247 -
CMYK 0.14 0.67 0 0.03
HSL 287.64º 0.91% 0.65% -
HSV(B) 287.64º 0.67% 0.97% -
XYZ 47.25 26.9 90.7 -
YUV 139.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 213 82 247 0.14 0.67 0 0.03 287.64 0.91 0.65
Hex D5 52 F7 E 43 0 3 120 5B 41
Octal 325 122 367 16 103 0 3 440 133 101
Binary 11010101 1010010 11110111 1110 1000011 0 11 100100000 1011011 1000001

Color Harmonies of #D552F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552F7

Black with #D552F7

Text Example


Text Example

White with #D552F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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