Html Css Color HEX #D488AC Kobi

📋 copy color: '#D488AC'

red 212 ◦ green 136 ◦ blue 172

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

Shades of Kobi #D488AC

Tints of Kobi #D488AC

RGB

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

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

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

R = 40.77%
G = 26.15%
B = 33.08%

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

#D488AC (or 0xD488AC) is known color: Kobi. HEX triplet: D4, 88 and AC. RGB value is (212,136,172). Sum of RGB (Red+Green+Blue) = 212+136+172=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D488AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D488AC is #2B7753. Grayscale: #A2A2A2. Windows color (decimal): -2848596 or 11307220. OLE color: 11307220.

HSL color Cylindrical-coordinate representation of color #D488AC: hue angle of 331.58º 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 #D488AC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 172 -
CMYK 0 0.36 0.19 0.17
HSL 331.58º 0.47% 0.68% -
HSV(B) 331.58º 0.36% 0.83% -
XYZ 43.4 34.58 43.42 -
YUV 162.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 212 136 172 0 0.36 0.19 0.17 331.58 0.47 0.68
Hex D4 88 AC 0 24 13 11 14C 2F 44
Octal 324 210 254 0 44 23 21 514 57 104
Binary 11010100 10001000 10101100 0 100100 10011 10001 101001100 101111 1000100

Color Harmonies of #D488AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488AC

Black with #D488AC

Text Example


Text Example

White with #D488AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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