Html Css Color HEX #DD81B2 Kobi

📋 copy color: '#DD81B2'

red 221 ◦ green 129 ◦ blue 178

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

Shades of Kobi #DD81B2

Tints of Kobi #DD81B2

RGB

 RED value IS 221 (86.72% from 255) = 41.86%

 GREEN value IS 129 (50.78% from 255) = 24.43%

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 41.86%
G = 24.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD81B2 (or 0xDD81B2) is known color: Kobi. HEX triplet: DD, 81 and B2. RGB value is (221,129,178). Sum of RGB (Red+Green+Blue) = 221+129+178=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81B2 is #227E4D. Grayscale: #A1A1A1. Windows color (decimal): -2260558 or 11698653. OLE color: 11698653.

HSL color Cylindrical-coordinate representation of color #DD81B2: hue angle of 328.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81B2 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 178 -
CMYK 0 0.42 0.19 0.13
HSL 328.04º 0.58% 0.69% -
HSV(B) 328.04º 0.42% 0.87% -
XYZ 45.7 34.29 46.33 -
YUV 162.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 221 129 178 0 0.42 0.19 0.13 328.04 0.58 0.69
Hex DD 81 B2 0 2A 13 D 148 3A 45
Octal 335 201 262 0 52 23 15 510 72 105
Binary 11011101 10000001 10110010 0 101010 10011 1101 101001000 111010 1000101

Color Harmonies of #DD81B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81B2

Black with #DD81B2

Text Example


Text Example

White with #DD81B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81B2; }

 p { color: rgb(221,129,178); }

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

background-color css

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

 a { background-color: rgb(221,129,178); }

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

border-color css

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

 span { border-color: rgb(221,129,178); }

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