Html Css Color HEX #D488AB Kobi

📋 copy color: '#D488AB'

red 212 ◦ green 136 ◦ blue 171

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

Shades of Kobi #D488AB

Tints of Kobi #D488AB

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

 GREEN value IS 136 (53.52% from 255) = 26.2%

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

R = 40.85%
G = 26.2%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D488AB (or 0xD488AB) is known color: Kobi. HEX triplet: D4, 88 and AB. RGB value is (212,136,171). Sum of RGB (Red+Green+Blue) = 212+136+171=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D488AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D488AB is #2B7754. Grayscale: #A2A2A2. Windows color (decimal): -2848597 or 11241684. OLE color: 11241684.

HSL color Cylindrical-coordinate representation of color #D488AB: hue angle of 332.37º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488AB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 171 -
CMYK 0 0.36 0.19 0.17
HSL 332.37º 0.47% 0.68% -
HSV(B) 332.37º 0.36% 0.83% -
XYZ 43.31 34.55 42.91 -
YUV 162.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 212 136 171 0 0.36 0.19 0.17 332.37 0.47 0.68
Hex D4 88 AB 0 24 13 11 14C 2F 44
Octal 324 210 253 0 44 23 21 514 57 104
Binary 11010100 10001000 10101011 0 100100 10011 10001 101001100 101111 1000100

Color Harmonies of #D488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488AB

Black with #D488AB

Text Example


Text Example

White with #D488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488AB; }

 p { color: rgb(212,136,171); }

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

background-color css

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

 a { background-color: rgb(212,136,171); }

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

border-color css

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

 span { border-color: rgb(212,136,171); }

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