Html Css Color HEX #D28CF3 Heliotrope

📋 copy color: '#D28CF3'

red 210 ◦ green 140 ◦ blue 243

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

Shades of Heliotrope #D28CF3

Tints of Heliotrope #D28CF3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.61%

 BLUE value IS 243 (95.31% from 255) = 40.98%

R = 35.41%
G = 23.61%
B = 40.98%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D28CF3 (or 0xD28CF3) is known color: Heliotrope. HEX triplet: D2, 8C and F3. RGB value is (210,140,243). Sum of RGB (Red+Green+Blue) = 210+140+243=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #D28CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CF3 is #2D730C. Grayscale: #ACACAC. Windows color (decimal): -2978573 or 15961298. OLE color: 15961298.

HSL color Cylindrical-coordinate representation of color #D28CF3: hue angle of 280.78º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28CF3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 140 243 -
CMYK 0.14 0.42 0 0.05
HSL 280.78º 0.81% 0.75% -
HSV(B) 280.78º 0.42% 0.95% -
XYZ 52.13 38.93 89.56 -
YUV 172.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 210 140 243 0.14 0.42 0 0.05 280.78 0.81 0.75
Hex D2 8C F3 E 2A 0 5 119 51 4B
Octal 322 214 363 16 52 0 5 431 121 113
Binary 11010010 10001100 11110011 1110 101010 0 101 100011001 1010001 1001011

Color Harmonies of #D28CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CF3

Black with #D28CF3

Text Example


Text Example

White with #D28CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CF3; }

 p { color: rgb(210,140,243); }

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

background-color css

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

 a { background-color: rgb(210,140,243); }

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

border-color css

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

 span { border-color: rgb(210,140,243); }

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