Html Css Color HEX #D275F1 Heliotrope

📋 copy color: '#D275F1'

red 210 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #D275F1

Tints of Heliotrope #D275F1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.6%

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

R = 36.97%
G = 20.6%
B = 42.43%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D275F1 (or 0xD275F1) is known color: Heliotrope. HEX triplet: D2, 75 and F1. RGB value is (210,117,241). Sum of RGB (Red+Green+Blue) = 210+117+241=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #D275F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275F1 is #2D8A0E. Grayscale: #9E9E9E. Windows color (decimal): -2984463 or 15824338. OLE color: 15824338.

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

Color convert

RGB 210 117 241 -
CMYK 0.13 0.51 0 0.05
HSL 285º 0.82% 0.7% -
HSV(B) 285º 0.51% 0.95% -
XYZ 48.82 32.78 86.97 -
YUV 158.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 210 117 241 0.13 0.51 0 0.05 285 0.82 0.7
Hex D2 75 F1 D 33 0 5 11D 52 46
Octal 322 165 361 15 63 0 5 435 122 106
Binary 11010010 1110101 11110001 1101 110011 0 101 100011101 1010010 1000110

Color Harmonies of #D275F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275F1

Black with #D275F1

Text Example


Text Example

White with #D275F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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