Html Css Color HEX #D489A7 Kobi

📋 copy color: '#D489A7'

red 212 ◦ green 137 ◦ blue 167

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

Shades of Kobi #D489A7

Tints of Kobi #D489A7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 167 (65.63% from 255) = 32.36%

R = 41.09%
G = 26.55%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D489A7 (or 0xD489A7) is known color: Kobi. HEX triplet: D4, 89 and A7. RGB value is (212,137,167). Sum of RGB (Red+Green+Blue) = 212+137+167=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D489A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D489A7 is #2B7658. Grayscale: #A2A2A2. Windows color (decimal): -2848345 or 10979796. OLE color: 10979796.

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

Color convert

RGB 212 137 167 -
CMYK 0 0.35 0.21 0.17
HSL 336º 0.47% 0.68% -
HSV(B) 336º 0.35% 0.83% -
XYZ 43.07 34.68 40.98 -
YUV 162.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 212 137 167 0 0.35 0.21 0.17 336 0.47 0.68
Hex D4 89 A7 0 23 15 11 150 2F 44
Octal 324 211 247 0 43 25 21 520 57 104
Binary 11010100 10001001 10100111 0 100011 10101 10001 101010000 101111 1000100

Color Harmonies of #D489A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489A7

Black with #D489A7

Text Example


Text Example

White with #D489A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489A7; }

 p { color: rgb(212,137,167); }

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

background-color css

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

 a { background-color: rgb(212,137,167); }

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

border-color css

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

 span { border-color: rgb(212,137,167); }

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