Html Css Color HEX #DD265D Cerise

📋 copy color: '#DD265D'

red 221 ◦ green 38 ◦ blue 93

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

Shades of Cerise #DD265D

Tints of Cerise #DD265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 62.78%
G = 10.8%
B = 26.42%

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

#DD265D (or 0xDD265D) is known color: Cerise. HEX triplet: DD, 26 and 5D. RGB value is (221,38,93). Sum of RGB (Red+Green+Blue) = 221+38+93=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD265D is #22D9A2. Grayscale: #626262. Windows color (decimal): -2283939 or 6104797. OLE color: 6104797.

HSL color Cylindrical-coordinate representation of color #DD265D: hue angle of 341.97º 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 #DD265D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 93 -
CMYK 0 0.83 0.58 0.13
HSL 341.97º 0.73% 0.51% -
HSV(B) 341.97º 0.83% 0.87% -
XYZ 32.49 17.55 12.03 -
YUV 98.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 221 38 93 0 0.83 0.58 0.13 341.97 0.73 0.51
Hex DD 26 5D 0 53 3A D 156 49 33
Octal 335 46 135 0 123 72 15 526 111 63
Binary 11011101 100110 1011101 0 1010011 111010 1101 101010110 1001001 110011

Color Harmonies of #DD265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD265D

Black with #DD265D

Text Example


Text Example

White with #DD265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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