Html Css Color HEX #D279F1 Heliotrope

📋 copy color: '#D279F1'

red 210 ◦ green 121 ◦ blue 241

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

Shades of Heliotrope #D279F1

Tints of Heliotrope #D279F1

RGB

 RED value IS 210 (82.42% from 255) = 36.71%

 GREEN value IS 121 (47.66% from 255) = 21.15%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 36.71%
G = 21.15%
B = 42.13%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D279F1 (or 0xD279F1) is known color: Heliotrope. HEX triplet: D2, 79 and F1. RGB value is (210,121,241). Sum of RGB (Red+Green+Blue) = 210+121+241=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #D279F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D279F1 is #2D860E. Grayscale: #A0A0A0. Windows color (decimal): -2983439 or 15825362. OLE color: 15825362.

HSL color Cylindrical-coordinate representation of color #D279F1: hue angle of 284.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D279F1 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 121 241 -
CMYK 0.13 0.50 0 0.05
HSL 284.5º 0.81% 0.71% -
HSV(B) 284.5º 0.5% 0.95% -
XYZ 49.29 33.73 87.13 -
YUV 161.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 210 121 241 0.13 0.50 0 0.05 284.5 0.81 0.71
Hex D2 79 F1 D 32 0 5 11C 51 47
Octal 322 171 361 15 62 0 5 434 121 107
Binary 11010010 1111001 11110001 1101 110010 0 101 100011100 1010001 1000111

Color Harmonies of #D279F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279F1

Black with #D279F1

Text Example


Text Example

White with #D279F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279F1; }

 p { color: rgb(210,121,241); }

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

background-color css

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

 a { background-color: rgb(210,121,241); }

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

border-color css

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

 span { border-color: rgb(210,121,241); }

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