Html Css Color HEX #D781AB Kobi

📋 copy color: '#D781AB'

red 215 ◦ green 129 ◦ blue 171

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

Shades of Kobi #D781AB

Tints of Kobi #D781AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.05%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 41.75%
G = 25.05%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D781AB (or 0xD781AB) is known color: Kobi. HEX triplet: D7, 81 and AB. RGB value is (215,129,171). Sum of RGB (Red+Green+Blue) = 215+129+171=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D781AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D781AB is #287E54. Grayscale: #9F9F9F. Windows color (decimal): -2653781 or 11239895. OLE color: 11239895.

HSL color Cylindrical-coordinate representation of color #D781AB: hue angle of 330.7º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781AB is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 171 -
CMYK 0 0.4 0.20 0.16
HSL 330.7º 0.52% 0.67% -
HSV(B) 330.7º 0.4% 0.84% -
XYZ 43.23 33.09 42.64 -
YUV 159.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 215 129 171 0 0.4 0.20 0.16 330.7 0.52 0.67
Hex D7 81 AB 0 28 14 10 14B 34 43
Octal 327 201 253 0 50 24 20 513 64 103
Binary 11010111 10000001 10101011 0 101000 10100 10000 101001011 110100 1000011

Color Harmonies of #D781AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D781AB

Black with #D781AB

Text Example


Text Example

White with #D781AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D781AB; }

 p { color: rgb(215,129,171); }

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

background-color css

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

 a { background-color: rgb(215,129,171); }

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

border-color css

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

 span { border-color: rgb(215,129,171); }

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