Html Css Color HEX #D389B2 Kobi

📋 copy color: '#D389B2'

red 211 ◦ green 137 ◦ blue 178

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

Shades of Kobi #D389B2

Tints of Kobi #D389B2

RGB

 RED value IS 211 (82.81% from 255) = 40.11%

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

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

R = 40.11%
G = 26.05%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D389B2 (or 0xD389B2) is known color: Kobi. HEX triplet: D3, 89 and B2. RGB value is (211,137,178). Sum of RGB (Red+Green+Blue) = 211+137+178=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D389B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D389B2 is #2C764D. Grayscale: #A3A3A3. Windows color (decimal): -2913870 or 11700691. OLE color: 11700691.

HSL color Cylindrical-coordinate representation of color #D389B2: hue angle of 326.76º degrees, saturation: 0.46, 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 #D389B2 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 178 -
CMYK 0 0.35 0.16 0.17
HSL 326.76º 0.46% 0.68% -
HSV(B) 326.76º 0.35% 0.83% -
XYZ 43.85 34.95 46.56 -
YUV 163.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 211 137 178 0 0.35 0.16 0.17 326.76 0.46 0.68
Hex D3 89 B2 0 23 10 11 147 2E 44
Octal 323 211 262 0 43 20 21 507 56 104
Binary 11010011 10001001 10110010 0 100011 10000 10001 101000111 101110 1000100

Color Harmonies of #D389B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389B2

Black with #D389B2

Text Example


Text Example

White with #D389B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389B2; }

 p { color: rgb(211,137,178); }

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

background-color css

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

 a { background-color: rgb(211,137,178); }

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

border-color css

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

 span { border-color: rgb(211,137,178); }

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