Html Css Color HEX #DF7F8A Carissma

📋 copy color: '#DF7F8A'

red 223 ◦ green 127 ◦ blue 138

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

Shades of Carissma #DF7F8A

Tints of Carissma #DF7F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 26.02%

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 45.7%
G = 26.02%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF7F8A (or 0xDF7F8A) is known color: Carissma. HEX triplet: DF, 7F and 8A. RGB value is (223,127,138). Sum of RGB (Red+Green+Blue) = 223+127+138=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F8A is #208075. Grayscale: #9D9D9D. Windows color (decimal): -2130038 or 9076703. OLE color: 9076703.

HSL color Cylindrical-coordinate representation of color #DF7F8A: hue angle of 353.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F8A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 138 -
CMYK 0 0.43 0.38 0.13
HSL 353.13º 0.6% 0.69% -
HSV(B) 353.13º 0.43% 0.87% -
XYZ 42.61 32.7 28.11 -
YUV 156.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 223 127 138 0 0.43 0.38 0.13 353.13 0.6 0.69
Hex DF 7F 8A 0 2B 26 D 161 3C 45
Octal 337 177 212 0 53 46 15 541 74 105
Binary 11011111 1111111 10001010 0 101011 100110 1101 101100001 111100 1000101

Color Harmonies of #DF7F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F8A

Black with #DF7F8A

Text Example


Text Example

White with #DF7F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F8A; }

 p { color: rgb(223,127,138); }

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

background-color css

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

 a { background-color: rgb(223,127,138); }

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

border-color css

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

 span { border-color: rgb(223,127,138); }

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