Html Css Color HEX #DA99B3 Kobi

📋 copy color: '#DA99B3'

red 218 ◦ green 153 ◦ blue 179

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

Shades of Kobi #DA99B3

Tints of Kobi #DA99B3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.82%

 BLUE value IS 179 (70.31% from 255) = 32.55%

R = 39.64%
G = 27.82%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA99B3 (or 0xDA99B3) is known color: Kobi. HEX triplet: DA, 99 and B3. RGB value is (218,153,179). Sum of RGB (Red+Green+Blue) = 218+153+179=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99B3 is #25664C. Grayscale: #AFAFAF. Windows color (decimal): -2451021 or 11770330. OLE color: 11770330.

HSL color Cylindrical-coordinate representation of color #DA99B3: hue angle of 336º 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 #DA99B3 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 179 -
CMYK 0 0.30 0.18 0.15
HSL 336º 0.47% 0.73% -
HSV(B) 336º 0.3% 0.85% -
XYZ 48.44 40.94 48 -
YUV 175.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 218 153 179 0 0.30 0.18 0.15 336 0.47 0.73
Hex DA 99 B3 0 1E 12 F 150 2F 49
Octal 332 231 263 0 36 22 17 520 57 111
Binary 11011010 10011001 10110011 0 11110 10010 1111 101010000 101111 1001001

Color Harmonies of #DA99B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99B3

Black with #DA99B3

Text Example


Text Example

White with #DA99B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99B3; }

 p { color: rgb(218,153,179); }

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

background-color css

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

 a { background-color: rgb(218,153,179); }

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

border-color css

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

 span { border-color: rgb(218,153,179); }

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