Html Css Color HEX #D28CFD Heliotrope

📋 copy color: '#D28CFD'

red 210 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #D28CFD

Tints of Heliotrope #D28CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 34.83%
G = 23.22%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D28CFD (or 0xD28CFD) is known color: Heliotrope. HEX triplet: D2, 8C and FD. RGB value is (210,140,253). Sum of RGB (Red+Green+Blue) = 210+140+253=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #D28CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CFD is #2D7302. Grayscale: #ADADAD. Windows color (decimal): -2978563 or 16616658. OLE color: 16616658.

HSL color Cylindrical-coordinate representation of color #D28CFD: hue angle of 277.17º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28CFD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 140 253 -
CMYK 0.17 0.45 0 0.01
HSL 277.17º 0.97% 0.77% -
HSV(B) 277.17º 0.45% 0.99% -
XYZ 53.69 39.55 97.73 -
YUV 173.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 210 140 253 0.17 0.45 0 0.01 277.17 0.97 0.77
Hex D2 8C FD 11 2D 0 1 115 61 4D
Octal 322 214 375 21 55 0 1 425 141 115
Binary 11010010 10001100 11111101 10001 101101 0 1 100010101 1100001 1001101

Color Harmonies of #D28CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CFD

Black with #D28CFD

Text Example


Text Example

White with #D28CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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