Html Css Color HEX #D785A6 Kobi

📋 copy color: '#D785A6'

red 215 ◦ green 133 ◦ blue 166

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

Shades of Kobi #D785A6

Tints of Kobi #D785A6

RGB

 RED value IS 215 (84.38% from 255) = 41.83%

 GREEN value IS 133 (52.34% from 255) = 25.88%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 41.83%
G = 25.88%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D785A6 (or 0xD785A6) is known color: Kobi. HEX triplet: D7, 85 and A6. RGB value is (215,133,166). Sum of RGB (Red+Green+Blue) = 215+133+166=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D785A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D785A6 is #287A59. Grayscale: #A1A1A1. Windows color (decimal): -2652762 or 10913239. OLE color: 10913239.

HSL color Cylindrical-coordinate representation of color #D785A6: hue angle of 335.85º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785A6 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 166 -
CMYK 0 0.38 0.23 0.16
HSL 335.85º 0.51% 0.68% -
HSV(B) 335.85º 0.38% 0.84% -
XYZ 43.29 33.98 40.35 -
YUV 161.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 215 133 166 0 0.38 0.23 0.16 335.85 0.51 0.68
Hex D7 85 A6 0 26 17 10 150 33 44
Octal 327 205 246 0 46 27 20 520 63 104
Binary 11010111 10000101 10100110 0 100110 10111 10000 101010000 110011 1000100

Color Harmonies of #D785A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785A6

Black with #D785A6

Text Example


Text Example

White with #D785A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785A6; }

 p { color: rgb(215,133,166); }

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

background-color css

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

 a { background-color: rgb(215,133,166); }

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

border-color css

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

 span { border-color: rgb(215,133,166); }

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