Html Css Color HEX #D294B2 Kobi

📋 copy color: '#D294B2'

red 210 ◦ green 148 ◦ blue 178

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

Shades of Kobi #D294B2

Tints of Kobi #D294B2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.61%

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

R = 39.18%
G = 27.61%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D294B2 (or 0xD294B2) is known color: Kobi. HEX triplet: D2, 94 and B2. RGB value is (210,148,178). Sum of RGB (Red+Green+Blue) = 210+148+178=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D294B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D294B2 is #2D6B4D. Grayscale: #A9A9A9. Windows color (decimal): -2976590 or 11703506. OLE color: 11703506.

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

Color convert

RGB 210 148 178 -
CMYK 0 0.30 0.15 0.18
HSL 330.97º 0.41% 0.7% -
HSV(B) 330.97º 0.3% 0.82% -
XYZ 45.2 38.1 47.09 -
YUV 169.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 210 148 178 0 0.30 0.15 0.18 330.97 0.41 0.7
Hex D2 94 B2 0 1E F 12 14B 29 46
Octal 322 224 262 0 36 17 22 513 51 106
Binary 11010010 10010100 10110010 0 11110 1111 10010 101001011 101001 1000110

Color Harmonies of #D294B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294B2

Black with #D294B2

Text Example


Text Example

White with #D294B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294B2; }

 p { color: rgb(210,148,178); }

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

background-color css

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

 a { background-color: rgb(210,148,178); }

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

border-color css

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

 span { border-color: rgb(210,148,178); }

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