Html Css Color HEX #D98CB4 Kobi

📋 copy color: '#D98CB4'

red 217 ◦ green 140 ◦ blue 180

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

Shades of Kobi #D98CB4

Tints of Kobi #D98CB4

RGB

 RED value IS 217 (85.16% from 255) = 40.41%

 GREEN value IS 140 (55.08% from 255) = 26.07%

 BLUE value IS 180 (70.7% from 255) = 33.52%

R = 40.41%
G = 26.07%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D98CB4 (or 0xD98CB4) is known color: Kobi. HEX triplet: D9, 8C and B4. RGB value is (217,140,180). Sum of RGB (Red+Green+Blue) = 217+140+180=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CB4 is #26734B. Grayscale: #A7A7A7. Windows color (decimal): -2519884 or 11832537. OLE color: 11832537.

HSL color Cylindrical-coordinate representation of color #D98CB4: hue angle of 328.83º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CB4 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 140 180 -
CMYK 0 0.35 0.17 0.15
HSL 328.83º 0.5% 0.7% -
HSV(B) 328.83º 0.35% 0.85% -
XYZ 46.23 36.8 47.85 -
YUV 167.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 217 140 180 0 0.35 0.17 0.15 328.83 0.5 0.7
Hex D9 8C B4 0 23 11 F 149 32 46
Octal 331 214 264 0 43 21 17 511 62 106
Binary 11011001 10001100 10110100 0 100011 10001 1111 101001001 110010 1000110

Color Harmonies of #D98CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CB4

Black with #D98CB4

Text Example


Text Example

White with #D98CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CB4; }

 p { color: rgb(217,140,180); }

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

background-color css

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

 a { background-color: rgb(217,140,180); }

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

border-color css

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

 span { border-color: rgb(217,140,180); }

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