Html Css Color HEX #DF8592 Carissma

📋 copy color: '#DF8592'

red 223 ◦ green 133 ◦ blue 146

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

Shades of Carissma #DF8592

Tints of Carissma #DF8592

RGB

 RED value IS 223 (87.5% from 255) = 44.42%

 GREEN value IS 133 (52.34% from 255) = 26.49%

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 44.42%
G = 26.49%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF8592 (or 0xDF8592) is known color: Carissma. HEX triplet: DF, 85 and 92. RGB value is (223,133,146). Sum of RGB (Red+Green+Blue) = 223+133+146=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8592 is #207A6D. Grayscale: #A1A1A1. Windows color (decimal): -2128494 or 9602527. OLE color: 9602527.

HSL color Cylindrical-coordinate representation of color #DF8592: hue angle of 351.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8592 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 146 -
CMYK 0 0.40 0.35 0.13
HSL 351.33º 0.58% 0.7% -
HSV(B) 351.33º 0.4% 0.87% -
XYZ 44.01 34.54 31.54 -
YUV 161.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 223 133 146 0 0.40 0.35 0.13 351.33 0.58 0.7
Hex DF 85 92 0 28 23 D 15F 3A 46
Octal 337 205 222 0 50 43 15 537 72 106
Binary 11011111 10000101 10010010 0 101000 100011 1101 101011111 111010 1000110

Color Harmonies of #DF8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8592

Black with #DF8592

Text Example


Text Example

White with #DF8592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8592; }

 p { color: rgb(223,133,146); }

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

background-color css

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

 a { background-color: rgb(223,133,146); }

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

border-color css

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

 span { border-color: rgb(223,133,146); }

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