Html Css Color HEX #D5265B Cerise

📋 copy color: '#D5265B'

red 213 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D5265B

Tints of Cerise #D5265B

RGB

 RED value IS 213 (83.59% from 255) = 62.28%

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 62.28%
G = 11.11%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5265B (or 0xD5265B) is known color: Cerise. HEX triplet: D5, 26 and 5B. RGB value is (213,38,91). Sum of RGB (Red+Green+Blue) = 213+38+91=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5265B is #2AD9A4. Grayscale: #606060. Windows color (decimal): -2808229 or 5973717. OLE color: 5973717.

HSL color Cylindrical-coordinate representation of color #D5265B: hue angle of 341.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5265B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 38 91 -
CMYK 0 0.82 0.57 0.16
HSL 341.83º 0.7% 0.49% -
HSV(B) 341.83º 0.82% 0.84% -
XYZ 30.02 16.29 11.46 -
YUV 96.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 213 38 91 0 0.82 0.57 0.16 341.83 0.7 0.49
Hex D5 26 5B 0 52 39 10 156 46 31
Octal 325 46 133 0 122 71 20 526 106 61
Binary 11010101 100110 1011011 0 1010010 111001 10000 101010110 1000110 110001

Color Harmonies of #D5265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5265B

Black with #D5265B

Text Example


Text Example

White with #D5265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5265B; }

 p { color: rgb(213,38,91); }

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

background-color css

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

 a { background-color: rgb(213,38,91); }

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

border-color css

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

 span { border-color: rgb(213,38,91); }

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