Html Css Color HEX #DC8698 Carissma

📋 copy color: '#DC8698'

red 220 ◦ green 134 ◦ blue 152

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

Shades of Carissma #DC8698

Tints of Carissma #DC8698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.48%

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 43.48%
G = 26.48%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC8698 (or 0xDC8698) is known color: Carissma. HEX triplet: DC, 86 and 98. RGB value is (220,134,152). Sum of RGB (Red+Green+Blue) = 220+134+152=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8698 is #237967. Grayscale: #A1A1A1. Windows color (decimal): -2324840 or 9995996. OLE color: 9995996.

HSL color Cylindrical-coordinate representation of color #DC8698: hue angle of 347.44º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8698 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 152 -
CMYK 0 0.39 0.31 0.14
HSL 347.44º 0.55% 0.69% -
HSV(B) 347.44º 0.39% 0.86% -
XYZ 43.71 34.53 34.07 -
YUV 161.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 220 134 152 0 0.39 0.31 0.14 347.44 0.55 0.69
Hex DC 86 98 0 27 1F E 15B 37 45
Octal 334 206 230 0 47 37 16 533 67 105
Binary 11011100 10000110 10011000 0 100111 11111 1110 101011011 110111 1000101

Color Harmonies of #DC8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8698

Black with #DC8698

Text Example


Text Example

White with #DC8698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8698; }

 p { color: rgb(220,134,152); }

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

background-color css

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

 a { background-color: rgb(220,134,152); }

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

border-color css

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

 span { border-color: rgb(220,134,152); }

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