Html Css Color HEX #D6265B Cerise

📋 copy color: '#D6265B'

red 214 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D6265B

Tints of Cerise #D6265B

RGB

 RED value IS 214 (83.98% from 255) = 62.39%

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

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

R = 62.39%
G = 11.08%
B = 26.53%

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

#D6265B (or 0xD6265B) is known color: Cerise. HEX triplet: D6, 26 and 5B. RGB value is (214,38,91). Sum of RGB (Red+Green+Blue) = 214+38+91=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6265B is #29D9A4. Grayscale: #606060. Windows color (decimal): -2742693 or 5973718. OLE color: 5973718.

HSL color Cylindrical-coordinate representation of color #D6265B: hue angle of 341.93º 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 #D6265B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 91 -
CMYK 0 0.82 0.57 0.16
HSL 341.93º 0.7% 0.49% -
HSV(B) 341.93º 0.82% 0.84% -
XYZ 30.31 16.44 11.47 -
YUV 96.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 214 38 91 0 0.82 0.57 0.16 341.93 0.7 0.49
Hex D6 26 5B 0 52 39 10 156 46 31
Octal 326 46 133 0 122 71 20 526 106 61
Binary 11010110 100110 1011011 0 1010010 111001 10000 101010110 1000110 110001

Color Harmonies of #D6265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6265B

Black with #D6265B

Text Example


Text Example

White with #D6265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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