Html Css Color HEX #D087F2 Heliotrope

📋 copy color: '#D087F2'

red 208 ◦ green 135 ◦ blue 242

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

Shades of Heliotrope #D087F2

Tints of Heliotrope #D087F2

RGB

 RED value IS 208 (81.64% from 255) = 35.56%

 GREEN value IS 135 (53.13% from 255) = 23.08%

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 35.56%
G = 23.08%
B = 41.37%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D087F2 (or 0xD087F2) is known color: Heliotrope. HEX triplet: D0, 87 and F2. RGB value is (208,135,242). Sum of RGB (Red+Green+Blue) = 208+135+242=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #D087F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087F2 is #2F780D. Grayscale: #A8A8A8. Windows color (decimal): -3110926 or 15894480. OLE color: 15894480.

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

Color convert

RGB 208 135 242 -
CMYK 0.14 0.44 0 0.05
HSL 280.93º 0.8% 0.74% -
HSV(B) 280.93º 0.44% 0.95% -
XYZ 50.7 37.15 88.5 -
YUV 169.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 208 135 242 0.14 0.44 0 0.05 280.93 0.8 0.74
Hex D0 87 F2 E 2C 0 5 119 50 4A
Octal 320 207 362 16 54 0 5 431 120 112
Binary 11010000 10000111 11110010 1110 101100 0 101 100011001 1010000 1001010

Color Harmonies of #D087F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087F2

Black with #D087F2

Text Example


Text Example

White with #D087F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087F2; }

 p { color: rgb(208,135,242); }

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

background-color css

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

 a { background-color: rgb(208,135,242); }

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

border-color css

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

 span { border-color: rgb(208,135,242); }

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