Html Css Color HEX #DA98A6 Kobi

📋 copy color: '#DA98A6'

red 218 ◦ green 152 ◦ blue 166

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

Shades of Kobi #DA98A6

Tints of Kobi #DA98A6

RGB

 RED value IS 218 (85.55% from 255) = 40.67%

 GREEN value IS 152 (59.77% from 255) = 28.36%

 BLUE value IS 166 (65.23% from 255) = 30.97%

R = 40.67%
G = 28.36%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA98A6 (or 0xDA98A6) is known color: Kobi. HEX triplet: DA, 98 and A6. RGB value is (218,152,166). Sum of RGB (Red+Green+Blue) = 218+152+166=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98A6 is #256759. Grayscale: #ADADAD. Windows color (decimal): -2451290 or 10918106. OLE color: 10918106.

HSL color Cylindrical-coordinate representation of color #DA98A6: hue angle of 347.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98A6 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 166 -
CMYK 0 0.30 0.24 0.15
HSL 347.27º 0.47% 0.73% -
HSV(B) 347.27º 0.3% 0.85% -
XYZ 47.02 40.12 41.34 -
YUV 173.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 218 152 166 0 0.30 0.24 0.15 347.27 0.47 0.73
Hex DA 98 A6 0 1E 18 F 15B 2F 49
Octal 332 230 246 0 36 30 17 533 57 111
Binary 11011010 10011000 10100110 0 11110 11000 1111 101011011 101111 1001001

Color Harmonies of #DA98A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA98A6

Black with #DA98A6

Text Example


Text Example

White with #DA98A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA98A6; }

 p { color: rgb(218,152,166); }

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

background-color css

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

 a { background-color: rgb(218,152,166); }

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

border-color css

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

 span { border-color: rgb(218,152,166); }

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