Html Css Color HEX #D274F1 Heliotrope

📋 copy color: '#D274F1'

red 210 ◦ green 116 ◦ blue 241

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

Shades of Heliotrope #D274F1

Tints of Heliotrope #D274F1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.46%

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

R = 37.04%
G = 20.46%
B = 42.5%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D274F1 (or 0xD274F1) is known color: Heliotrope. HEX triplet: D2, 74 and F1. RGB value is (210,116,241). Sum of RGB (Red+Green+Blue) = 210+116+241=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #D274F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274F1 is #2D8B0E. Grayscale: #9D9D9D. Windows color (decimal): -2984719 or 15824082. OLE color: 15824082.

HSL color Cylindrical-coordinate representation of color #D274F1: hue angle of 285.12º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D274F1 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 116 241 -
CMYK 0.13 0.52 0 0.05
HSL 285.12º 0.82% 0.7% -
HSV(B) 285.12º 0.52% 0.95% -
XYZ 48.7 32.54 86.93 -
YUV 158.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 210 116 241 0.13 0.52 0 0.05 285.12 0.82 0.7
Hex D2 74 F1 D 34 0 5 11D 52 46
Octal 322 164 361 15 64 0 5 435 122 106
Binary 11010010 1110100 11110001 1101 110100 0 101 100011101 1010010 1000110

Color Harmonies of #D274F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274F1

Black with #D274F1

Text Example


Text Example

White with #D274F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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