Html Css Color HEX #DC698B Deep Blush

📋 copy color: '#DC698B'

red 220 ◦ green 105 ◦ blue 139

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

Shades of Deep Blush #DC698B

Tints of Deep Blush #DC698B

RGB

 RED value IS 220 (86.33% from 255) = 47.41%

 GREEN value IS 105 (41.41% from 255) = 22.63%

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 47.41%
G = 22.63%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC698B (or 0xDC698B) is known color: Deep Blush. HEX triplet: DC, 69 and 8B. RGB value is (220,105,139). Sum of RGB (Red+Green+Blue) = 220+105+139=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC698B is #239674. Grayscale: #8F8F8F. Windows color (decimal): -2332277 or 9136604. OLE color: 9136604.

HSL color Cylindrical-coordinate representation of color #DC698B: hue angle of 342.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC698B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 139 -
CMYK 0 0.52 0.37 0.14
HSL 342.26º 0.62% 0.64% -
HSV(B) 342.26º 0.52% 0.86% -
XYZ 39.23 27.18 27.61 -
YUV 143.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 220 105 139 0 0.52 0.37 0.14 342.26 0.62 0.64
Hex DC 69 8B 0 34 25 E 156 3E 40
Octal 334 151 213 0 64 45 16 526 76 100
Binary 11011100 1101001 10001011 0 110100 100101 1110 101010110 111110 1000000

Color Harmonies of #DC698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC698B

Black with #DC698B

Text Example


Text Example

White with #DC698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC698B; }

 p { color: rgb(220,105,139); }

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

background-color css

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

 a { background-color: rgb(220,105,139); }

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

border-color css

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

 span { border-color: rgb(220,105,139); }

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