Html Css Color HEX #D790B2 Kobi

📋 copy color: '#D790B2'

red 215 ◦ green 144 ◦ blue 178

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

Shades of Kobi #D790B2

Tints of Kobi #D790B2

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

 GREEN value IS 144 (56.64% from 255) = 26.82%

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

R = 40.04%
G = 26.82%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D790B2 (or 0xD790B2) is known color: Kobi. HEX triplet: D7, 90 and B2. RGB value is (215,144,178). Sum of RGB (Red+Green+Blue) = 215+144+178=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D790B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790B2 is #286F4D. Grayscale: #A9A9A9. Windows color (decimal): -2649934 or 11702487. OLE color: 11702487.

HSL color Cylindrical-coordinate representation of color #D790B2: hue angle of 331.27º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790B2 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 144 178 -
CMYK 0 0.33 0.17 0.16
HSL 331.27º 0.47% 0.7% -
HSV(B) 331.27º 0.33% 0.84% -
XYZ 46.03 37.61 46.95 -
YUV 169.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 215 144 178 0 0.33 0.17 0.16 331.27 0.47 0.7
Hex D7 90 B2 0 21 11 10 14B 2F 46
Octal 327 220 262 0 41 21 20 513 57 106
Binary 11010111 10010000 10110010 0 100001 10001 10000 101001011 101111 1000110

Color Harmonies of #D790B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D790B2

Black with #D790B2

Text Example


Text Example

White with #D790B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D790B2; }

 p { color: rgb(215,144,178); }

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

background-color css

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

 a { background-color: rgb(215,144,178); }

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

border-color css

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

 span { border-color: rgb(215,144,178); }

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