Html Css Color HEX #D075E9 Heliotrope

📋 copy color: '#D075E9'

red 208 ◦ green 117 ◦ blue 233

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

Shades of Heliotrope #D075E9

Tints of Heliotrope #D075E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 37.28%
G = 20.97%
B = 41.76%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D075E9 (or 0xD075E9) is known color: Heliotrope. HEX triplet: D0, 75 and E9. RGB value is (208,117,233). Sum of RGB (Red+Green+Blue) = 208+117+233=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #D075E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075E9 is #2F8A16. Grayscale: #9D9D9D. Windows color (decimal): -3115543 or 15300048. OLE color: 15300048.

HSL color Cylindrical-coordinate representation of color #D075E9: hue angle of 287.07º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D075E9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 117 233 -
CMYK 0.11 0.50 0 0.09
HSL 287.07º 0.73% 0.69% -
HSV(B) 287.07º 0.5% 0.91% -
XYZ 47.08 32.02 80.79 -
YUV 157.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 208 117 233 0.11 0.50 0 0.09 287.07 0.73 0.69
Hex D0 75 E9 B 32 0 9 11F 48 45
Octal 320 165 351 13 62 0 11 437 110 105
Binary 11010000 1110101 11101001 1011 110010 0 1001 100011111 1001000 1000101

Color Harmonies of #D075E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075E9

Black with #D075E9

Text Example


Text Example

White with #D075E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075E9; }

 p { color: rgb(208,117,233); }

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

background-color css

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

 a { background-color: rgb(208,117,233); }

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

border-color css

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

 span { border-color: rgb(208,117,233); }

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