Html Css Color HEX #D389AE Kobi

📋 copy color: '#D389AE'

red 211 ◦ green 137 ◦ blue 174

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

Shades of Kobi #D389AE

Tints of Kobi #D389AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.33%

R = 40.42%
G = 26.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D389AE (or 0xD389AE) is known color: Kobi. HEX triplet: D3, 89 and AE. RGB value is (211,137,174). Sum of RGB (Red+Green+Blue) = 211+137+174=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D389AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D389AE is #2C7651. Grayscale: #A3A3A3. Windows color (decimal): -2913874 or 11438547. OLE color: 11438547.

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

Color convert

RGB 211 137 174 -
CMYK 0 0.35 0.18 0.17
HSL 330º 0.46% 0.68% -
HSV(B) 330º 0.35% 0.83% -
XYZ 43.45 34.8 44.47 -
YUV 163.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 211 137 174 0 0.35 0.18 0.17 330 0.46 0.68
Hex D3 89 AE 0 23 12 11 14A 2E 44
Octal 323 211 256 0 43 22 21 512 56 104
Binary 11010011 10001001 10101110 0 100011 10010 10001 101001010 101110 1000100

Color Harmonies of #D389AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389AE

Black with #D389AE

Text Example


Text Example

White with #D389AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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