Html Css Color HEX #D3275C Cerise

📋 copy color: '#D3275C'

red 211 ◦ green 39 ◦ blue 92

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

Shades of Cerise #D3275C

Tints of Cerise #D3275C

RGB

 RED value IS 211 (82.81% from 255) = 61.7%

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 61.7%
G = 11.4%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3275C (or 0xD3275C) is known color: Cerise. HEX triplet: D3, 27 and 5C. RGB value is (211,39,92). Sum of RGB (Red+Green+Blue) = 211+39+92=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3275C is #2CD8A3. Grayscale: #606060. Windows color (decimal): -2939044 or 6039507. OLE color: 6039507.

HSL color Cylindrical-coordinate representation of color #D3275C: hue angle of 341.51º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3275C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 39 92 -
CMYK 0 0.82 0.56 0.17
HSL 341.51º 0.69% 0.49% -
HSV(B) 341.51º 0.82% 0.83% -
XYZ 29.52 16.07 11.67 -
YUV 96.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 211 39 92 0 0.82 0.56 0.17 341.51 0.69 0.49
Hex D3 27 5C 0 52 38 11 156 45 31
Octal 323 47 134 0 122 70 21 526 105 61
Binary 11010011 100111 1011100 0 1010010 111000 10001 101010110 1000101 110001

Color Harmonies of #D3275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3275C

Black with #D3275C

Text Example


Text Example

White with #D3275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3275C; }

 p { color: rgb(211,39,92); }

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

background-color css

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

 a { background-color: rgb(211,39,92); }

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

border-color css

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

 span { border-color: rgb(211,39,92); }

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