Html Css Color HEX #D293B1 Kobi

📋 copy color: '#D293B1'

red 210 ◦ green 147 ◦ blue 177

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

Shades of Kobi #D293B1

Tints of Kobi #D293B1

RGB

 RED value IS 210 (82.42% from 255) = 39.33%

 GREEN value IS 147 (57.81% from 255) = 27.53%

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 39.33%
G = 27.53%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D293B1 (or 0xD293B1) is known color: Kobi. HEX triplet: D2, 93 and B1. RGB value is (210,147,177). Sum of RGB (Red+Green+Blue) = 210+147+177=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D293B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D293B1 is #2D6C4E. Grayscale: #A9A9A9. Windows color (decimal): -2976847 or 11637714. OLE color: 11637714.

HSL color Cylindrical-coordinate representation of color #D293B1: hue angle of 331.43º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293B1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 177 -
CMYK 0 0.30 0.16 0.18
HSL 331.43º 0.41% 0.7% -
HSV(B) 331.43º 0.3% 0.82% -
XYZ 44.95 37.74 46.51 -
YUV 169.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 210 147 177 0 0.30 0.16 0.18 331.43 0.41 0.7
Hex D2 93 B1 0 1E 10 12 14B 29 46
Octal 322 223 261 0 36 20 22 513 51 106
Binary 11010010 10010011 10110001 0 11110 10000 10010 101001011 101001 1000110

Color Harmonies of #D293B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293B1

Black with #D293B1

Text Example


Text Example

White with #D293B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293B1; }

 p { color: rgb(210,147,177); }

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

background-color css

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

 a { background-color: rgb(210,147,177); }

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

border-color css

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

 span { border-color: rgb(210,147,177); }

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