Html Css Color HEX #DA8AB4 Kobi

📋 copy color: '#DA8AB4'

red 218 ◦ green 138 ◦ blue 180

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

Shades of Kobi #DA8AB4

Tints of Kobi #DA8AB4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.75%

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 40.67%
G = 25.75%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA8AB4 (or 0xDA8AB4) is known color: Kobi. HEX triplet: DA, 8A and B4. RGB value is (218,138,180). Sum of RGB (Red+Green+Blue) = 218+138+180=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AB4 is #25754B. Grayscale: #A6A6A6. Windows color (decimal): -2454860 or 11832026. OLE color: 11832026.

HSL color Cylindrical-coordinate representation of color #DA8AB4: hue angle of 328.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AB4 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 180 -
CMYK 0 0.37 0.17 0.15
HSL 328.5º 0.52% 0.7% -
HSV(B) 328.5º 0.37% 0.85% -
XYZ 46.24 36.38 47.76 -
YUV 166.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 218 138 180 0 0.37 0.17 0.15 328.5 0.52 0.7
Hex DA 8A B4 0 25 11 F 148 34 46
Octal 332 212 264 0 45 21 17 510 64 106
Binary 11011010 10001010 10110100 0 100101 10001 1111 101001000 110100 1000110

Color Harmonies of #DA8AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8AB4

Black with #DA8AB4

Text Example


Text Example

White with #DA8AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8AB4; }

 p { color: rgb(218,138,180); }

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

background-color css

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

 a { background-color: rgb(218,138,180); }

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

border-color css

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

 span { border-color: rgb(218,138,180); }

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