Html Css Color HEX #D6265C Cerise

📋 copy color: '#D6265C'

red 214 ◦ green 38 ◦ blue 92

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

Shades of Cerise #D6265C

Tints of Cerise #D6265C

RGB

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

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

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

R = 62.21%
G = 11.05%
B = 26.74%

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

#D6265C (or 0xD6265C) is known color: Cerise. HEX triplet: D6, 26 and 5C. RGB value is (214,38,92). Sum of RGB (Red+Green+Blue) = 214+38+92=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6265C is #29D9A3. Grayscale: #606060. Windows color (decimal): -2742692 or 6039254. OLE color: 6039254.

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

Color convert

RGB 214 38 92 -
CMYK 0 0.82 0.57 0.16
HSL 341.59º 0.7% 0.49% -
HSV(B) 341.59º 0.82% 0.84% -
XYZ 30.36 16.46 11.7 -
YUV 96.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 214 38 92 0 0.82 0.57 0.16 341.59 0.7 0.49
Hex D6 26 5C 0 52 39 10 156 46 31
Octal 326 46 134 0 122 71 20 526 106 61
Binary 11010110 100110 1011100 0 1010010 111001 10000 101010110 1000110 110001

Color Harmonies of #D6265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6265C

Black with #D6265C

Text Example


Text Example

White with #D6265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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