Html Css Color HEX #D88AF1 Heliotrope

📋 copy color: '#D88AF1'

red 216 ◦ green 138 ◦ blue 241

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

Shades of Heliotrope #D88AF1

Tints of Heliotrope #D88AF1

RGB

 RED value IS 216 (84.77% from 255) = 36.3%

 GREEN value IS 138 (54.3% from 255) = 23.19%

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

R = 36.3%
G = 23.19%
B = 40.5%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D88AF1 (or 0xD88AF1) is known color: Heliotrope. HEX triplet: D8, 8A and F1. RGB value is (216,138,241). Sum of RGB (Red+Green+Blue) = 216+138+241=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #D88AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88AF1 is #27750E. Grayscale: #ACACAC. Windows color (decimal): -2585871 or 15829720. OLE color: 15829720.

HSL color Cylindrical-coordinate representation of color #D88AF1: hue angle of 285.44º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D88AF1 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 138 241 -
CMYK 0.10 0.43 0 0.05
HSL 285.44º 0.79% 0.74% -
HSV(B) 285.44º 0.43% 0.95% -
XYZ 53.28 39.13 87.96 -
YUV 173.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 216 138 241 0.10 0.43 0 0.05 285.44 0.79 0.74
Hex D8 8A F1 A 2B 0 5 11D 4F 4A
Octal 330 212 361 12 53 0 5 435 117 112
Binary 11011000 10001010 11110001 1010 101011 0 101 100011101 1001111 1001010

Color Harmonies of #D88AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AF1

Black with #D88AF1

Text Example


Text Example

White with #D88AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AF1; }

 p { color: rgb(216,138,241); }

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

background-color css

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

 a { background-color: rgb(216,138,241); }

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

border-color css

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

 span { border-color: rgb(216,138,241); }

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