Html Css Color HEX #D652F9 Heliotrope

📋 copy color: '#D652F9'

red 214 ◦ green 82 ◦ blue 249

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

Shades of Heliotrope #D652F9

Tints of Heliotrope #D652F9

RGB

 RED value IS 214 (83.98% from 255) = 39.27%

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

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

R = 39.27%
G = 15.05%
B = 45.69%

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

#D652F9 (or 0xD652F9) is known color: Heliotrope. HEX triplet: D6, 52 and F9. RGB value is (214,82,249). Sum of RGB (Red+Green+Blue) = 214+82+249=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #D652F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D652F9 is #29AD06. Grayscale: #8B8B8B. Windows color (decimal): -2731271 or 16339670. OLE color: 16339670.

HSL color Cylindrical-coordinate representation of color #D652F9: hue angle of 287.43º 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 #D652F9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 82 249 -
CMYK 0.14 0.67 0 0.02
HSL 287.43º 0.93% 0.65% -
HSV(B) 287.43º 0.67% 0.98% -
XYZ 47.85 27.17 92.35 -
YUV 140.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 214 82 249 0.14 0.67 0 0.02 287.43 0.93 0.65
Hex D6 52 F9 E 43 0 2 11F 5D 41
Octal 326 122 371 16 103 0 2 437 135 101
Binary 11010110 1010010 11111001 1110 1000011 0 10 100011111 1011101 1000001

Color Harmonies of #D652F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D652F9

Black with #D652F9

Text Example


Text Example

White with #D652F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D652F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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