Html Css Color HEX #D785AC Kobi

📋 copy color: '#D785AC'

red 215 ◦ green 133 ◦ blue 172

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

Shades of Kobi #D785AC

Tints of Kobi #D785AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 41.35%
G = 25.58%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D785AC (or 0xD785AC) is known color: Kobi. HEX triplet: D7, 85 and AC. RGB value is (215,133,172). Sum of RGB (Red+Green+Blue) = 215+133+172=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D785AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D785AC is #287A53. Grayscale: #A1A1A1. Windows color (decimal): -2652756 or 11306455. OLE color: 11306455.

HSL color Cylindrical-coordinate representation of color #D785AC: hue angle of 331.46º 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 #D785AC is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 172 -
CMYK 0 0.38 0.2 0.16
HSL 331.46º 0.51% 0.68% -
HSV(B) 331.46º 0.38% 0.84% -
XYZ 43.86 34.2 43.32 -
YUV 161.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 215 133 172 0 0.38 0.2 0.16 331.46 0.51 0.68
Hex D7 85 AC 0 26 14 10 14B 33 44
Octal 327 205 254 0 46 24 20 513 63 104
Binary 11010111 10000101 10101100 0 100110 10100 10000 101001011 110011 1000100

Color Harmonies of #D785AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785AC

Black with #D785AC

Text Example


Text Example

White with #D785AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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