Html Css Color HEX #DD265C Cerise

📋 copy color: '#DD265C'

red 221 ◦ green 38 ◦ blue 92

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

Shades of Cerise #DD265C

Tints of Cerise #DD265C

RGB

 RED value IS 221 (86.72% from 255) = 62.96%

 GREEN value IS 38 (15.23% from 255) = 10.83%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 62.96%
G = 10.83%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD265C (or 0xDD265C) is known color: Cerise. HEX triplet: DD, 26 and 5C. RGB value is (221,38,92). Sum of RGB (Red+Green+Blue) = 221+38+92=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD265C is #22D9A3. Grayscale: #626262. Windows color (decimal): -2283940 or 6039261. OLE color: 6039261.

HSL color Cylindrical-coordinate representation of color #DD265C: hue angle of 342.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD265C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 92 -
CMYK 0 0.83 0.58 0.13
HSL 342.3º 0.73% 0.51% -
HSV(B) 342.3º 0.83% 0.87% -
XYZ 32.44 17.53 11.8 -
YUV 98.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 221 38 92 0 0.83 0.58 0.13 342.3 0.73 0.51
Hex DD 26 5C 0 53 3A D 156 49 33
Octal 335 46 134 0 123 72 15 526 111 63
Binary 11011101 100110 1011100 0 1010011 111010 1101 101010110 1001001 110011

Color Harmonies of #DD265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD265C

Black with #DD265C

Text Example


Text Example

White with #DD265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD265C; }

 p { color: rgb(221,38,92); }

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

background-color css

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

 a { background-color: rgb(221,38,92); }

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

border-color css

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

 span { border-color: rgb(221,38,92); }

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